Borrar filtros
Borrar filtros

Is there any S function available other than Level 2 M file S function to access data from GUI?

5 visualizaciones (últimos 30 días)
Hello all,
Is there any S function available other than Level 2 M file S function to access data from GUI? Because am facing issue in code generation for Level 2 M file S function. Its asking tlc file...... Any other method to access GUI data......?
Please help me in this. Thanks in advance
  3 comentarios
vinothkannan K
vinothkannan K el 11 de Mayo de 2013
Actually its Check box, it will enable the model when user select it from GUI.. For this interaction we are using Level 2 M file S Function
Kaustubha Govind
Kaustubha Govind el 13 de Mayo de 2013
So does the S-function even have an output signal? If so, how is the output value computed?

Iniciar sesión para comentar.

Respuestas (1)

David Sanchez
David Sanchez el 10 de Mayo de 2013
Take a look at the help of set_param function. It is used to set parameters in simulink models and can be used in GUIs with no problem.
  1 comentario
vinothkannan K
vinothkannan K el 10 de Mayo de 2013
Hi David Sanchez, Thanks for your reply currently we are using set_param function only.... But for the interaction of model with GUI we are using Level 2 M file S function. Here only we are facing issue like to generate code for the Level 2 M file S function we need to wite tlc. . I dont want Level 2 M file S function..... can you please tel me anyother way to interact GUI and model?

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink Coder 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!

Translated by