change the input data, by application compiler

1 visualizzazione (ultimi 30 giorni)
yousef swesi
yousef swesi il 3 Dic 2020
Commentato: yousef swesi il 4 Dic 2020
hello
I would like to know if it's possible after creating the executable file by application compiler, to change the input data, i.e. input data in the form of Excel file, and run the code with other new data ?
Thank you
  5 Commenti
Mohammad Sami
Mohammad Sami il 4 Dic 2020
Is the file path in error message correct location of the file?.
Try the following way to get full path to the file selected.
[file,path] = uigetfile();
fullpath = fullfile(path,file);
yousef swesi
yousef swesi il 4 Dic 2020
Hello Mohammed
it is working now ,
thank you very much

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by