CHAZAUD Mathilde
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to store datas from a GUI into a .txt file ?
Hello ! I have GUI windows with several edit text boxes. I store all the inputs in arrays using these lines code: x=getappdata...
5 years 前 | 1 个回答 | 0
1
个回答已回答
Multiple variable generated by one GUI element
I managed to do what I wanted by using nx=getappdata(handles.nx(1),'nx'); I needed that to do a loop like ' for i = 1:size(nx)...
Multiple variable generated by one GUI element
I managed to do what I wanted by using nx=getappdata(handles.nx(1),'nx'); I needed that to do a loop like ' for i = 1:size(nx)...
5 years 前 | 0
提问
How to retrieve datas from multiples GUIs into a function ?
Hello everyone ! I have several GUI windows to collect parameters and I want to use them in functions. The problem is, I stor...
5 years 前 | 1 个回答 | 0
1
个回答提问
Loop in GUI to open and close the same GUI window
Hello everyone ! I have a GUI window that I want to close and reopen x-times. In this window I enter parameters and I have to e...
5 years 前 | 0 个回答 | 0
0
个回答提问
Multiple variable generated by one GUI element
Hi everyone ! I'm running a programm to solve fluid mechanics equations with a GUI. I used the 'guide' tool to create it. Her...
5 years 前 | 2 个回答 | 0