Stand-alone app takes forever to execute
1 次查看(过去 30 天)
显示 更早的评论
I have an matlab app that executes in a few seconds (5+-) on matlab
but when i convert it to a stand-alone app using mcc
it take about 6 minutes to execute ...
any ideas why this is happening ?
0 个评论
回答(1 个)
Image Analyst
2015-5-8
Is that just the first time, or every time? I think it does take a long time the very first time. Are you using GUIDE? You might put tic and toc in your OpeningFcn callback to see where it's taking a long time. But chances are that all the time is being taken up before it ever even gets to your opening function. Do you have fast solid state drives or slow hard drives?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!