Implementig user-define function in Simulink

Hi
I'd like to use m-file function (custom Kalman filter) in my Simulink model. Witch block of User-Defined functions is more suitable for implementation? Can I use Embedded MATLAB Function block in this case?

 Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 14 de Nov. de 2011

1 voto

Yes, you can use Embedded MATLAB function. But if your M-function is already done and you don't need to generate C code for it, you can use your M-function directly using the "Fcn" block or "MATLAB Fcn" block.

1 comentario

Kaustubha Govind
Kaustubha Govind el 14 de Nov. de 2011
In addition, you may interested in looking at a comparison of the various uder-defined blocks available: http://www.mathworks.com/help/toolbox/simulink/ug/bq3qcgr.html (Subsystem and C-MEX S-function don't apply to your case)

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 14 de Nov. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by