modify the function addpath
Mostra commenti meno recenti
how to modify the function addpath (), if before the compiled function can work, but once compiled addpath function () can not work
my code 1
addpath(fullfile(pwd,'namefoldel'))
inputdata % gui_files
my code 2
addpath(pwd,'namefolder')
[x,y]=function1(a,b) % function_file
[c,d]=function2(x,y) % function_file
my code 3
addpath(pwd,'namefolder')
addpath(fullfile(pwd,'namefoldel'))
system('nameexecutable.exe') % executable_file
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Standalone Applications 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!