フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

GUI-Simulink

1 回表示 (過去 30 日間)
Nitesh
Nitesh 2011 年 6 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello everyone! > I have a Simulink model where I have used display to show parameters which > are changing every second. Say the values of x vary every second. now i > want to show these values in a GUI edit-text. Now since the variable x is > present in Matlab S-function, how can I display it in GUI?
Use this GUI as an example.
http://www.mathworks.com/help/techdoc/creating_guis/f6-8865.html This example could not help me. i want more sepcific answer. Please help me

回答 (1 件)

Arnaud Miege
Arnaud Miege 2011 年 6 月 16 日
Have a look at Simulink Signal Viewing using Event Listeners and a MATLAB UI on the File Exchange. The methods relies on using event listeners with the add_exec_event_listener function.
HTH,
Arnaud

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by