Filter löschen
Filter löschen

exporting excel in windows standalone app in matlab

1 Ansicht (letzte 30 Tage)
Matija Kosak
Matija Kosak am 4 Jul. 2018
Beantwortet: Walter Roberson am 4 Jul. 2018
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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 4 Jul. 2018
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.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by