Feeds
질문
How to create a uipanel in GUI without guide?
I am trying to add a uipanel in a GUI without guide with the following code: function simpleGui handles.fig=figure('positi...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
How to check if several variables exist and assign a value to non-existing variables?
I am trying to check if several variables exist, and assign a value to those of them who do not exist. a=7; e=4; nums=["a...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
How to get value of radiobutton (or togglebutton) in GUI from another function?
I have a GUI file with only a togglebutton and a pushbutton. The following is the code of .m file of the GUI (without code of in...
거의 8년 전 | 답변 수: 0 | 0
