This is a general question for users that have created Window standalone executeables. Does anyone else experience SIGNIFICANT slowdown when running their tool on the MCR? Like to the point of it's not even worth using the compiled code? I don't understand the bottlenecks as MCR is supposed to be a MATLAB environment so the program should open, run, and close as fast it does when run in MATLAB. Or am I in the wrong here?
|
|
0
|
|
|
|
Reply
|
Daniel
|
11/12/2010 3:54:04 PM |
|
"Daniel " <d_adidas_2k@yahoo.com> wrote in message
news:ibjnus$jia$1@fred.mathworks.com...
> This is a general question for users that have created Window standalone
> executeables. Does anyone else experience SIGNIFICANT slowdown when
> running their tool on the MCR? Like to the point of it's not even worth
> using the compiled code? I don't understand the bottlenecks as MCR is
> supposed to be a MATLAB environment so the program should open, run, and
> close as fast it does when run in MATLAB. Or am I in the wrong here?
If you're referring to startup time, it should take (roughly) the same
amount of time to startup the compiled application as it does to start
MATLAB.
If you're referring to computation time, please send the code from which
you're generating the application to Technical Support for investigation.
--
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com
|
|
0
|
|
|
|
Reply
|
Steven_Lord
|
11/12/2010 6:21:00 PM
|
|