フィルターのクリア

How can i transfer data from Matlab to Excel?

2 ビュー (過去 30 日間)
MOUSSA FALL
MOUSSA FALL 2023 年 1 月 15 日
コメント済み: Kunal Kandhari 2023 年 1 月 16 日
I have no idea on how to write a code for transfering data from matlab to excel on appdesigner. i search a code but i just see code on how to transfer data from excel to matlab on appdesigner.

回答 (1 件)

Kevin Holly
Kevin Holly 2023 年 1 月 15 日
If you have data in a UITable and want to save it to a spreadsheet, you could create a callback function for a pushbutton to save the data to an Excel file.
You can access data with app.UITable.Data and save with the writetable function.
  4 件のコメント
MOUSSA FALL
MOUSSA FALL 2023 年 1 月 16 日
I'm not understanding what you want to say
Kunal Kandhari
Kunal Kandhari 2023 年 1 月 16 日
@MOUSSA FALL You need to change the first line of the function from this
sDispo = app.StockDisponibleEditField.value;
to this
sDispo = app.StockDisponibleEditField.Value;
Note: 'fields' are case sensitive.

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

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by