How to upload files(any format) from any folder other than current folder in app designed by matlab app designer
Mostra commenti meno recenti
In matlab app, when I upload files using 'uigetfile' it only allows to upload files from current folder i.e. folder where app.mlap file is saved. How can I upload multiple files from other folder too?
1 Commento
Stephen23
il 23 Apr 2021
"How can I upload multiple files from other folder too?"
Use absolute/relative filenames:
You will need to use fullfile:
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!