Symbolic toolbox speed comparisons on 2010a versus 2012b for Mac OS?
Show older comments
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.
1 Comment
Marc
on 1 Dec 2013
Answers (0)
Categories
Find more on Code Performance in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!