how to save value(to worksheet from gui)?
1 次查看(过去 30 天)
显示 更早的评论
how to save value from gui edit text?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166233/image.jpeg)
1 个评论
采纳的回答
Walter Roberson
2016-6-10
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
4 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!