我已经知道了,当我按下“运行”按钮时我该如何告诉八度,我希望它运行脚本并考虑到我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