exporting excel in windows standalone app in matlab

1 回表示 (過去 30 日間)
Matija Kosak
Matija Kosak 2018 年 7 月 4 日
回答済み: Walter Roberson 2018 年 7 月 4 日
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.

採用された回答

Walter Roberson
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 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by