Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Save edit box as a varible

조회 수: 1 (최근 30일)
Peter
Peter 2014년 1월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
I'm using two edit boxes and would like to save the inout strings as vaiables so i can compare them later. So far I've only been able to save them as .mat files. Any ideas how I can do this? here is my code already.. function Save(hObject,eventdata,handles) input_1 = get(input1,'String'); save('Input', 'input1');
Cheers!
  댓글 수: 1
Amit
Amit 2014년 1월 30일
But you can access both the inout string at any given time. If you dont want to save them as mat file, then I am assuming you just want to compare them in GUI. Is it?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by