exporting excel in windows standalone app in matlab
1 次查看(过去 30 天)
显示 更早的评论
Can I have function xlsread('myfile.xlsx') in windows standalone function but I wish to select file i want matlab to read. For example I make app to find biggest number in matrix, and I want to import that matrix from xlsx file I want to choose.
0 个评论
采纳的回答
Walter Roberson
2018-7-4
You can use uigetfile to get a file name and directory from the user. Use fullfile() to create a complete file name from those two pieces of information.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!