How to use one matlab model for different variable in it using matlab script file or how can a m-file progrmming can use a already build model in simulink to run it multiple times?

1 回表示 (過去 30 日間)
how to access simulink model using m-file function.

採用された回答

TAB
TAB 2015 年 4 月 6 日
doc sim
You can sim command to run your model. To run multiple time, use command in loop or call it multiple times.
  2 件のコメント
prakhar
prakhar 2015 年 4 月 6 日
編集済み: prakhar 2015 年 4 月 6 日
thank you very much. It is really helpful. But can u also tell me, suppose in model i am using X_Y graph and in m-file i am running model many a times and getting this x-y graph, now how to hold the previous graph in x-y graph itself or in figure window and compare the results of each simulations
TAB
TAB 2015 年 4 月 7 日
X_Y graph window will display the result of latest simulation.Results from earlier simulations will disappear. You can save the simulation results from each simulation in base workspace and compare them as you want.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by