フィルターのクリア

Is it possible to read data from .dat or .m file for an intial value of IC block in simulink?

3 ビュー (過去 30 日間)
I have a simulink model with 25 inputs, but I need to assign values to my IC blocks. One way of doing this is to enter them manually. Is it possible to read data from .dat or .m file to assign it to IC blocks?

採用された回答

Srinivas
Srinivas 2012 年 7 月 10 日
you can assign 25 variables with the values, save them to a mat file and load it before the simulation.

その他の回答 (1 件)

K E
K E 2012 年 7 月 10 日
Or you can write a mfile script to read in the stored values from a mat file (or just write them into the mfile), use the set_param command to assign those values to your model, then run the simulations from the script using the sim command. You can further process or save the output from your simulations from within the mfile. This is a useful approach for parameter studies where you are varying those inputs' values.
  2 件のコメント
Sandeep
Sandeep 2012 年 7 月 10 日
Thanks. I am using a rtw to generate a .dll file. If I use the approach suggested by you, then everytime I make any changes to my initial parameters, I will have to generate a new .dll file.
K E
K E 2012 年 7 月 10 日
Sorry, I forgot you are doing things in real time. You can implement Srinivas's suggestion using a model callback.

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

カテゴリ

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