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!
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!