Embedded function (Simulink)
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everybody, I wrote a Logistic map function in Matlab. How can I call this function from Simulink by use embedded function.
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 24 de Mayo de 2011
Drag and drop the "Embedded MATLAB Function" block from library "Simulink","User-Defined Functions" to your model and copy then paste your M-Function.
Or drag and drop the "Fcn" block from the same library and put in your M-Function name.
All assume that you have or figure out the input/output argument syntax.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!