Calculating time for an external application executated from matlab
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hello everybody !
I noticed one thing which i don't understand : I made a batch file to execute a finite element method software and when I execute it manually, the calculation lasts 5 minutes. When I use the dos (or system) function in Matlab to execute the same batch file, the calculating time is 25 minutes !!
I would like to understand why and if a solution exists.
Thank you !
3 个评论
Robert Cumming
2012-11-28
Are you rrunning out of system memory when matlab is open?
How man processors do you have?
Was your computer doing anything else at the same time?
Is it repeatable? i.e. does it consistently take 5 times longer?
LUSSI
2012-11-29
Robert Cumming
2012-11-30
what do you get if you type:
tic; system ( 'sleep 3' ); toc
回答(1 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!