Importing an excel file, how to export png and excel file to a specific folder?

조회 수: 3 (최근 30일)
I am using uigetfile to import an excel file. I create a few graphs and a table and export each graph as a png and the table as another excile file. Right now my exports are saved in the same folder as the script.
My question is, how do I save the exports to a specific destination folder? Is there something like uigetfile that pulls up a File Explorer to choose the file destination?
All help is appreciated, thank you!

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 1월 10일
You can either hardcode the destination path, or can incorporate uiputfile to allow the user to choose where to save it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by