Compiling a Matlab application which uses 'batch' command (parallel computing toolbox)
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi All,
I am trying to compile (using Application Compiler) a Matlab script (X.m) which calls another script through the 'batch' command (so X.m within it has the line: batch('ANOtherScript')). However the compiled application does not work (though the X.m runs absolutely fine within the main Matlab R2015aSP1 package).
The compiled application launches okay (i.e. the initial GUI comes up) but upon pressing the button to execute X.m, a ctfxlauncher.exe shows up in the Windows 7 Task Manager but the script functionaltiy is not run.
Is there a different method of compiling code that uses the 'batch' function (or other functions within the Parallel Computing Toolbox for that matter).
Many thanks for the help!
Best regards.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!