How to create initialize block on SIMULINK model corresponding with M-file

1 visualización (últimos 30 días)
Willim
Willim el 23 de Mzo. de 2020
Respondida: Birdman el 25 de Mzo. de 2020
It is a block that is just show there is a file need to be run for the simulation. As shown in the picture
This picture show I need to run M6 (M-file) before I run my simulation.

Respuestas (1)

Birdman
Birdman el 25 de Mzo. de 2020
You can use Callback Function property of your Simulink model. You can find it in File->Model Properties->Callback Functions. Here, you can put your code in PreLoadFcn and you can make it run before your simulation.

Categorías

Más información sobre General Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by