sim command clears workspace & fails simulation
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying to run simulation using GUI. When I load my model, it shows me workspace is filled with variables, but as soon as sim command runs it clears all work space & simulation fails. I checked all the posts wrt this topic, but my issue is not solved. Can anybody please help me how to fix this problem ?
Thanks in advance. Sameer
0 件のコメント
回答 (1 件)
Patrick Behr
2017 年 3 月 1 日
options = simset('SrcWorkspace','current');
sim('ModelName',[],options)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!