Is it possible to record, in the form of Matlab code, whatever you do in Simulink?

조회 수: 7 (최근 30일)
I am guessing, many people use macro recording in MS Excel in order to simplify writing VB code. Such macros can be used later many times to perform set of actions in Excel files. What I am looking for is very similar; I need to write Matlab code that can create, modify and execute Simulink models. An easy way to do that would be if I create model in Simulink directly, block by block, while “something” records my every step, every setting of block parameters, etc., resulting in an .m file that can recreate what I have done. Is there such functionality in Matlab?

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 4월 23일
Yes, this is possible to create a Simulink model from MATLAB command window as shown here: https://www.mathworks.com/help/simulink/ug/approach-modeling-programmatically.html. However, the recommended way to make Simulink model is from Simulink GUI.
  댓글 수: 2
Miroslav Blagojevic
Miroslav Blagojevic 2018년 4월 23일
Thank you Ameer, I apologise if I did not explain my question well. I know that Simulink models can be created from Matlab command window or .m files. But to do that, one has to know a lot about Matlab. As you pointed out, it is much easier if you create the models via Simulink GUI. My question was: while I am building the model via Simulink GUI, can my actions be recorded in an .m file (as Matlab code)? Having an .m file with such code would allow me to recreate the model from scratch as many times as I want, to change its parameters programmatically, to run it and record its outputs many times, all automatically.
Ameer Hamza
Ameer Hamza 2018년 4월 24일
편집: Ameer Hamza 2018년 4월 24일
In that case, simulink does not support automatic script generation feature. You can either use GUI or write your own script manually.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Miroslav Blagojevic
Miroslav Blagojevic 2018년 4월 24일
Thank you Ameer

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by