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