Why My executable file (created using deploytool) is taking more time than running time of matlab program file?

1 view (last 30 days)
I have created an executable file using deploytool of Matlab which runs with MCR but it takes more time in execution in comparison to running time of Matlab code.
D:\codes\Matlab>Myexe.bat
D:\codes\Matlab>echo 13:04:06.91
13:04:06.91
D:\codes\Matlab>myApp.exe
11-Aug-2015 13:05:26
Elapsed time is 12.705512 seconds.
It is taking almost 80 seconds to execute the actual code after invocation of executable file. Why it is happening. Technically executable files take less time than program file.

Answers (0)

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!