how to save value(to worksheet from gui)?

4 Ansichten (letzte 30 Tage)
Hojae Ahn
Hojae Ahn am 10 Jun. 2016
Bearbeitet: Stephen23 am 10 Jun. 2016
how to save value from gui edit text?
  1 Kommentar
Stephen23
Stephen23 am 10 Jun. 2016
Bearbeitet: Stephen23 am 10 Jun. 2016
You probably need to pass the data between workspaces. Read this to know how:

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Jun. 2016
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
  4 Kommentare
Hojae Ahn
Hojae Ahn am 10 Jun. 2016
Bearbeitet: Hojae Ahn am 10 Jun. 2016
sorry.. work sheet mean.... not xlsx

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by