Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How do you modify data sets within guide-based GUI from command window?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a guide-based GUI that I am using to process data. Right now, the GUI takes in raw data, the user can change certain parameters of the processing and run the processing from the GUI's push buttons and edit boxes. I want to make it so that the user can modify the raw and/or calculated data between processes.
For example, if the raw data was entered, and then the user ran the calculation, I want him to be able to do say "handles.RawData = handles.RawData*5;" and then run the simulation again. Or, as a second example, he could say "handles.CalculatedData = handles.CalculatedData/2;", and display the modified data.
How would I go about doing this? I looked on here but only saw ways to display data from the GUI onto the command window, but didn't see much of how to edit the structure in the GUI-workspace from the command window. I also don't really understand how to use the Global function so if that is the solution I will likely need some additional explanation.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!