Simulink constant parameter read inside Matlab Function block
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi. I defined some Simulink parameters to the Model Workspace of a Simulink model. When used in a Constant block, the code compiles with no error. When used in a Matlab Function block, I get the 'undefined variable' error.
How can I use global parameters in the Matlab Function block, without having to add an input port for each parameter?
Thanks
3 comentarios
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 12 de Oct. de 2012
Editada: Azzi Abdelmalek
el 12 de Oct. de 2012
If you have sevral parameters with the same size , you can use one constant block with value
[param1 param2 ... paramn]
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!