Symbolic toolbox speed comparisons on 2010a versus 2012b for Mac OS?
이전 댓글 표시
On my Macbook Pro, late 2012 (non-retina) model, Mac OS Ver 10.8.5, 2.6 ghz i7, 8gb ram, I found that the symbolic toolbox may be slightly faster for 2010a than 2012b which I thought was odd since 2010a uses X11. Unfortunately, I do not have the symbolic toolbox for my Windows licenses so I could not compare on my work PC. Anybody else see this?
On 2010a:
tic, dsolve('x*Dy-y=1', 'x'), toc
ans =
C2*x - 1
Elapsed time is 0.011423 seconds.
On 2012b:
tic, dsolve('x*Dy-y=1', 'x'), toc
ans =
C2*x - 1
Elapsed time is 0.022434 seconds.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!