为全局变量创建图形界面

时间:2018-09-26 14:22:22

标签: matlab user-interface octave

我已经知道了,当我按下“运行”按钮时我该如何告诉八度,我希望它运行脚本并考虑到我a的值来计算Isc已在GUI中指定?

f=figure

% run button
run_button=uicontrol (f, "string", "Run", "position",[250 150 100 30]);

% Isc
Isc=uicontrol (f, "style", "edit", "string"," ","position",[250 200 50 25]);
Isc_label=uicontrol (f, "style", "text", "string","Isc","position",[200 200 30 30]);

% a
a=Isc+5

0 个答案:

没有答案