exporting excel in windows standalone app in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Matija Kosak
el 4 de Jul. de 2018
Respondida: Walter Roberson
el 4 de Jul. de 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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 4 de Jul. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!