How to generate .m file from SIMULINK model (.mdl file)?

조회 수: 86 (최근 30일)
Harish Balaga
Harish Balaga 2011년 6월 29일
댓글: Walter Roberson 2018년 6월 8일
hi, i have to use a simulink model and a matlab program for my project. but i need to switch between those to continuously and automatically. (without human intervention.).
so, as it is not possible, i want to generate .m file from simulink model, which can exactly replace the .mdl file output so that, i can include that program in my actual program. the viceversa is also acceptable.

답변 (3개)

Andreas Goser
Andreas Goser 2011년 6월 29일
In case you are at the beginning of your project, you could try to work MATLAB based and include the (same) code within Simulink, e.g. using Embedded MATLAB.
I you have a Simulink model, I do not know if there is a way to bring the model into MATLAB code, but you could always obtain the results in MATLAB bei using the SIM command.

Arnaud Miege
Arnaud Miege 2011년 7월 4일
As Andreas suggested, use the sim command to run a Simulink model from MATLAB. There are a lot of other functions that allow you to interact with Simulink from MATLAB.
HTH,
Arnaud

Destiny Chukwuma
Destiny Chukwuma 2018년 3월 15일
Please I have the same challenge. Can someone assist with specific steps to attempt concoverting block models to .m file so that other programs can be integrated onto it. Thanks
  댓글 수: 4
Jun W
Jun W 2018년 6월 8일
how to convert simulink model to matlab code manually? link? tutorial?
Walter Roberson
Walter Roberson 2018년 6월 8일
You would need to understand what all of the blocks do. Some blocks need multiple MATLAB calls.
Also, Simulink is responsible for making sure that all signal values are mathematically self-consistent under the assumption that all feedback is happening simultaneously with the original signal unless there is a deliberate delay block programmed in. You would need to do those calculations yourself.

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

카테고리

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