how to change variable inside a function from a gui

回答(1 个)

There are limited circumstances under which a GUI can force a variable in a function to change. It is easier if the GUI makes the new value available and the function asks for the current value.
while true
drawnow();
should_quit = get(handles.QuitButton, 'Value');
if should_quit; break; end
....
end

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

产品

标签

提问:

2013-12-10

Community Treasure Hunt

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

Start Hunting!

Translated by