how to save value(to worksheet from gui)?
3 ビュー (過去 30 日間)
古いコメントを表示
how to save value from gui edit text?

1 件のコメント
採用された回答
Walter Roberson
2016 年 6 月 10 日
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で String Parsing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
