Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Save edit box as a varible

2 Ansichten (letzte 30 Tage)
Peter
Peter am 30 Jan. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
Amit
Amit am 30 Jan. 2014
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?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by