Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Added to the known long processing time, matlab's oriented object programmes always generate error messages when launched as .exe. though those programmes are finely working on the matlab environnement.
In order to run the executable, the operating system needs to be able to find the MCR. You need to put the MCR's runtime/<architecture>directory on the system's library search path. On Windows, you add it to the PATH environment variable. On Unix, you add it to LD_LIBRARY_PATH(except on the MacIntosh, which uses DYLD_LIBRARY_PATH). To run the executable locally (on the machine where you created it), use MATLAB'sruntime/<architecture> directory