how to save value(to worksheet from gui)?
3 views (last 30 days)
Show older comments
how to save value from gui edit text?

1 Comment
Accepted Answer
Walter Roberson
on 10 Jun 2016
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
4 Comments
More Answers (0)
See Also
Categories
Find more on String Parsing 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!