How can I get and set variables like PID parameters in a Simulink model from an mfile?

8 ビュー (過去 30 日間)
Recep
Recep 2011 年 2 月 14 日
I want to carry simulink variable (eg. PID parameters)to mfile. After I process in mfile, I will send to simulink model. How can I do this. Could you suggest any way for me?
  3 件のコメント
Recep
Recep 2011 年 2 月 15 日
No. Once model run (example: 0-5 second) and end of the 5 second model simulation stop. After that, I send the variables to mfile, m file run, I send variables to simulink. This loop will continue until loop will be end.
James Allison
James Allison 2011 年 2 月 16 日
You have several options:
1) use get_param to obtain Simulink model parameters, and use set_param to set them
2) Use variables in your Simulink model parameters, and define them in the base workspace. You can set these values using your m file, and then run the Simulink model.
3) If you run your Simulink model using the sim command, you can pass in model parameter values.

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

回答 (3 件)

Paulo Silva
Paulo Silva 2011 年 2 月 14 日
doc open_system
doc load_system
doc set_param
doc sim
doc save_system
doc close_system

Todd Flanagan
Todd Flanagan 2011 年 2 月 14 日

Kaustubha Govind
Kaustubha Govind 2011 年 2 月 15 日
You can log data from Simulink using the To Workspace block and import data back into the model using the From Workspace block.

カテゴリ

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