Borrar filtros
Borrar filtros

Best way to make a matlab - simulink closed loop simulation

1 visualización (últimos 30 días)
Lorenz Padberg
Lorenz Padberg el 13 de Mayo de 2014
Respondida: ragesh r menon el 14 de Mayo de 2014
I have a given (and very large) set of matlab functions, that perform a simulation (calculate new states within a for loop). Now I have some algorithms implemented in Simulink that I want to invoke into the matlab function. Some of the matlab states are inputs of the Simulink model and the outputs of the model are processed in the matlab functions.
I was thinking about building a mex file from simulink to call it then in the m files calculation loop. But there is hardly any documentation about how to call such a level 2 mex file in matlab.
Does hanyone have example code or a tutorial how to do this? (Or a different approach)

Respuestas (2)

A Jenkins
A Jenkins el 13 de Mayo de 2014
  1 comentario
Lorenz Padberg
Lorenz Padberg el 14 de Mayo de 2014
Thanks for the answer, but this is not really what I am looking for since sim() just runs the whole simulation until the stop time. But how would you do it if have an integrator connected to the output of the model and its result is an input of the model.? I assume that I need to have access to the step function of the model.

Iniciar sesión para comentar.


ragesh r menon
ragesh r menon el 14 de Mayo de 2014
can't you use MATLAB function blocks in Simulink to achieve this?

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by