Is there any S function available other than Level 2 M file S function to access data from GUI?
Ältere Kommentare anzeigen
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 Kommentare
Kaustubha Govind
am 10 Mai 2013
What exactly is the generated code for the block expected to do in place of interacting with the GUI, since MATLAB GUI's are not available on standalone targets?
vinothkannan K
am 11 Mai 2013
Kaustubha Govind
am 13 Mai 2013
So does the S-function even have an output signal? If so, how is the output value computed?
Antworten (1)
David Sanchez
am 10 Mai 2013
0 Stimmen
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 Kommentar
vinothkannan K
am 10 Mai 2013
Kategorien
Mehr zu Simulink Coder finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!