How to send to matlab the final outcome of a simulink model?
1 回表示 (過去 30 日間)
古いコメントを表示
I would like to send to matlab the final results (ONLY the final results) of a simulation of a simulink model called in a matlab program, how can i do it?
0 件のコメント
回答 (1 件)
ES
2013 年 10 月 7 日
Do you mean values at outports? In that case you can use
sim
command. sim can simulate the model, log the output values in the variables you want. You can use the values in your script/function.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Prepare Model Inputs and Outputs についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!