how to save value(to worksheet from gui)?

3 ビュー (過去 30 日間)
Hojae Ahn
Hojae Ahn 2016 年 6 月 10 日
編集済み: Stephen23 2016 年 6 月 10 日
how to save value from gui edit text?
  1 件のコメント
Stephen23
Stephen23 2016 年 6 月 10 日
編集済み: Stephen23 2016 年 6 月 10 日
You probably need to pass the data between workspaces. Read this to know how:

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2016 年 6 月 10 日
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
  4 件のコメント
Hojae Ahn
Hojae Ahn 2016 年 6 月 10 日
編集済み: Hojae Ahn 2016 年 6 月 10 日
sorry.. work sheet mean.... not xlsx

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeString Parsing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by