matlabFunction very slow
Ältere Kommentare anzeigen
Hi,
I am using the symbolic math toolbox to generate analytical derivatives of single valued function in approximately 190 unknowns. This works all fine (within 3 min). However, if I use matlabFunction to generate an m-file consisting of the first-order conditions, this actually takes hours... I am even more concerned by the fact that the cpu-usage is only around 0.2 percent (I have eight cores, so it would be still below 2 percent for one core).
Why is matlabFunction so slow compared to fprintf? Is it just because it tries to optimize the output? Why does matlabFunction use only a negligible fraction of the cpu?
Thanks for your answers, Best, Martin
1 Kommentar
Walter Roberson
am 29 Jul. 2011
Related: http://www.mathworks.com/matlabcentral/answers/12491-why-is-matlabfunction-so-slow
Antworten (2)
the cyclist
am 29 Jul. 2011
0 Stimmen
What is the memory usage like? If you need to use virtual memory, the whole thing will slow down dramatically.
Martin
am 29 Jul. 2011
0 Stimmen
Kategorien
Mehr zu Code Performance finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!