photo

Nishan Nekoo

MathWorks

Last seen: 2日 前 2022 年からアクティブ

Followers: 2   Following: 0

Programming Languages:
C, MATLAB
Spoken Languages:
English
Professional Interests:
Simulink 3D Animation, Automotive, Powertrain Blockset, Vehicle Dynamics Blockset

統計

  • Knowledgeable Level 4
  • 12 Month Streak
  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to add a customized drive cycle in the vehicle composer app?
Hi @Deepa M K, Unfortunately, there curently isn't a way to do this in the VVC directly. However, once you generate the vehicle...

3日 前 | 0

回答済み
UAV Toolbox - How to run a Simulink-Unreal cosimulation with thermal (IR) cameras?
Hi Eugenio, Unfortunately there is no native support for thermal imaging in Unreal Engine and by extension in Simulink 3D Anima...

11日 前 | 1

| 採用済み

回答済み
Simulink 3D Animation: Zwei Actors miteinander verbinden
Hi Klaus, One way to do this is to add the Pendulum as a "child" of the Cart instead of the "Actor": >> add(World,Pendulum,Car...

13日 前 | 0

| 採用済み

回答済み
3D fisheye camera for Unreal Engine simulation
Hi Hiroyasu, Apologies for the delayed response here but this is certainly possible. The Simulation 3D Fisheye Camera has a "Pa...

約1ヶ月 前 | 0

回答済み
Implementing Force Feedback in Logitech G25 in Matlab Simulink
Hi Subrat, Apologies for the delayed response here but this is an interesting question that I wanted to provide an answer to fo...

2ヶ月 前 | 1

回答済み
Simulink video viewer black screen
This issue may arise if all the Sim3D blocks are not in the same subsystem. Place all the blocks in the same subsystem if possib...

2ヶ月 前 | 0

回答済み
Adaptive head lighting using Simulink
Hi Aniket, Apologies for the delayed response here. Starting in R2024b, you can use the sim3d.Light actor in a Simulation 3D Ac...

2ヶ月 前 | 0

回答済み
Issue while Loading AutoVrtlEnv.uproject in the Unreal Engine Editor
Hi @Hector Mata, as Nirupama has suggested above, the error is likely due to your computer not meeting the minimum system requir...

2ヶ月 前 | 0

回答済み
Linux Plugin "MathWorksSimulation" failed to load because module "MathworksSimulation" could not be loaded
Hello, I am sorry that you are running into issues with setting up the co-simulation. Thank you for the detailed background, I t...

2ヶ月 前 | 0

回答済み
Adding a Transmitter and Receiver Physics into Unreal Engine 5 Environment using Simulink 3D
Hi Krishnakanth, Unfortunately, we do not offer the ability to model transmitters and receivers to study Quailty of Service in...

3ヶ月 前 | 1

| 採用済み

回答済み
Adding a camera to actor in Unreal Editor
Thank you for pointing out the inconsistencies in that documentation page around the Sim3DCamera and Sim3dSceneCap - we'll look ...

3ヶ月 前 | 0

回答済み
Increasing boundary limits in Unreal engine
Hi Vivek, there shouldn't be any invisible boundary. For example, here is the default aircraft flying at an altitude of 14km: ...

3ヶ月 前 | 0

回答済み
Correct order for applying transforms to Children vertices of an Actor in Simulink 3D Animation
Hi Lai, While I don't know the answer to your question directly, I do think you can try and narrow this down using only two nod...

3ヶ月 前 | 0

回答済み
custom UAV vehicle simulation scene views in UE4.27
Hello! I just wanted to clarify whether you are adding this custom UAV model using the Simulaion 3D UAV Vehicle, or are you addi...

3ヶ月 前 | 0

回答済み
Double Lane Change Reference Application - Unreal enabled not working
Hi Ekrem, Thank you for pointing out this issue. I was able to reproduce the same error, and we will consider resolving this in...

3ヶ月 前 | 0

回答済み
How do I modify the custom aircraft files refered to in "path to custom mesh" in the "Simulation 3D Aircraft" block
Hi Elias, The file containing the default actors of the Simulation 3D Aircraft block that appear in the Simulation 3D Viewer vi...

3ヶ月 前 | 0

回答済み
How to use IES files with sim3d.Light
Hi Tanaka-san, It seems like the IES file is not getting imported because of path issues. IESFilePath requires a full system pa...

3ヶ月 前 | 0

| 採用済み

回答済み
Simple Drone Propeller Simulation
Check out this example on how to do this using Simulink 3D Animation: https://www.mathworks.com/help/sl3d/simulate-a-quadcoptor....

3ヶ月 前 | 0

回答済み
export an fbx file or directly import it into to unreal engine
Hi Rahul, apologies for the very late response here. Is the goal here to get the collision mesh that is generated in MATLAB as a...

3ヶ月 前 | 0

回答済み
Including multiple actors in Simulink 3D animation with asbQuadcopter model
Hi Benjamin, You can add a Simulation 3D Actor block to your model to get a basic shape such as a red sphere. In the initializ...

4ヶ月 前 | 1

| 採用済み

回答済み
Regarding Packaging Unreal Engine Scenes
Hi Ketan, I understand that you are building a custom scene in the Unreal Editor, and that you are currently compiling that sce...

4ヶ月 前 | 0

回答済み
How to simulate an uphill road on UnrealEngine?
Hi Alessandra, starting in R2024b, Vehicle Dynamics Blockset provides a 3D Scene of the ZalaZone Automotive Proving Grounds Hill...

5ヶ月 前 | 0

回答済み
setup scene customization using support package error (Simulink-unreal engine integration)
Hi Vishnu, it sounds like the support package did not download correctly. Ensure that the plugins and the AutoVrtlEnv project ...

5ヶ月 前 | 0

回答済み
How to ensure "BeginOverlapEvent" triggers only once or resets when updating episodes in a quadcopter reinforcement learning task?
Hello! There is a known issue with Overlap Events when the objects are both moving in the same direction. Is this the case for y...

5ヶ月 前 | 0

回答済み
Errors while linking unreal engine to matlab
Hi Ketan, I believe this error regarding the MathWorks Geospatial plugin is suggesting that you have not installed CesiumForUnr...

5ヶ月 前 | 1

| 採用済み

回答済み
Add multiple actors in one Simulink Simulation 3D Actor Block
Hi Alyssa, When using the Simulation 3D Actor block, you are effectively creating an Actor in the World. Any element that you ...

6ヶ月 前 | 0

| 採用済み

回答済み
Programmatically add Actors to sim3d world in Simulink
Hi Alyssa, There are a few different approaches you can take here and I think this example could be very relevant for you: http...

6ヶ月 前 | 0

| 採用済み

回答済み
Simulation 3D Scene Configuration Block Error
Hi Chuan-Yu, apologies for the delayed response here but this may have been an issue with having the Unreal Editor open while tr...

7ヶ月 前 | 0

回答済み
RoadRunner plugins for Unreal 4.26
Hi Tim, apologies for the delayed response here but were you able to try the export in R2022a to see if it was compatible with U...

7ヶ月 前 | 0

回答済み
3D simulation engine interface setup timeout.
Hi Ahmed, this error could be due to not clicking 'Start' on UE to start simulation when doing co-simulation with the Unreal Edi...

7ヶ月 前 | 0

さらに読み込む