Borrar filtros
Borrar filtros

Saving data in excel from the plot using Appdesigner

1 visualización (últimos 30 días)
Sush Gautam
Sush Gautam el 21 de Jun. de 2022
Respondida: Kevin Holly el 21 de Jun. de 2022
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?

Respuesta aceptada

Kevin Holly
Kevin Holly el 21 de Jun. de 2022
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.

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by