How to save values from a "edit_text" input??
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
HI again, finally it opens a new GUI where i can input 7 variables, but i don't undersand how it save the values. i want to push a buttom then it save the values and send them to the main GUI.
a = get(handles.edit1_editText,'String');
i add this line in "function pushbutton1_Callback(hObject, eventdata, handles) " and shows me a lot of errors after that.
programming in c++ i can save variables in a second function and then i use those values in main function, how can i do the same here?
Please help me
댓글 수: 0
답변 (1개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

