Is there any S function available other than Level 2 M file S function to access data from GUI?
이전 댓글 표시
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
Kaustubha Govind
2013년 5월 10일
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
2013년 5월 11일
Kaustubha Govind
2013년 5월 13일
So does the S-function even have an output signal? If so, how is the output value computed?
답변 (1개)
David Sanchez
2013년 5월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!