필터 지우기
필터 지우기

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 CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by