Clear Filters
Clear Filters

how to save value(to worksheet from gui)?

1 view (last 30 days)
how to save value from gui edit text?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!