How to copy a Simscape example project done in Mathwork
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I copied an example project blocks 'Linear Electric Actuator' to my project and modified some parameters inside the blocks.
However, when I run the copied model I am not getting a result out of it, is it because I didn't copy the workspace of the original project?
Could you please explain to me the right way of using an example project in my project, and how to include the workspace in my project if that is what is causing the issue?
Thank you
Regards,
Reham
0 个评论
回答(1 个)
Anshika Chourasia
2021-10-13
Hi Reham,
According to my understanding this erroneous behaviour is because of not importing the variables from the original project into the copied project. Please refer this link for importing variables: Edit and Manage Workspace Variables by Using Model Explorer - MATLAB & Simulink (mathworks.com).
Alternatively, you can make use of Block callback functions Block Callbacks - MATLAB & Simulink (mathworks.com) to define variables that should be loaded into the base workspace once the block is loaded. This helps in resolving missing variable issues in such cases.
I hope this helps you!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dependency Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!