how to save value(to worksheet from gui)?
1 view (last 30 days)
Show older comments
how to save value from gui edit text?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166233/image.jpeg)
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!