フィルターのクリア

Saving data in excel from the plot using Appdesigner

1 回表示 (過去 30 日間)
Sush Gautam
Sush Gautam 2022 年 6 月 21 日
回答済み: Kevin Holly 2022 年 6 月 21 日
How can I save data in excel associated with the plot of amplitude vs frequency in an excel using Appdesigner. When I press the Save button, it should ask me path to save my data amplitude and frequency in excel sheet. Also, how am i supposed to save the figure in jpg format?

採用された回答

Kevin Holly
Kevin Holly 2022 年 6 月 21 日
Sushmita,
Please see the app attached. Note, you can create a save button and then create a callback that calls the menu's save as callbacks. For example:
function SaveButtonPushed(app, event)
SaveasSpreadsheetMenuSelected(app)
end
Let me know if the app attached answers all of your questions.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by