Does matlab 2012a auto vactorize?

I recently had 2012a installed at work. I had previously had 2010. I noticed a surprising performance improvement in code that contained for loops, that had not been vectorized. Several people at work noticed this causing us to speculate that matlab contained an internal vectorized version of "for".
Can anyone shed light on this? Thanks.

 采纳的回答

Walter Roberson
Walter Roberson 2012-7-28

0 个投票

Yes, between those two releases, MATLAB did make a significant optimization improvements. One of the significant improvements was that MATLAB now automatically predicts preallocation requirements, saving significant time in memory management if the programmer had not put in preallocation.

更多回答(1 个)

David Bergman
David Bergman 2012-7-28

0 个投票

Walter, thanks. Do you know of any documentation on this? It makes me wonder if it's even worth learning to vectorize ;-). Once you get good at it, it makes you thinks differently about how to structure and write code. Many young engineers are educated on matlab and never learn C/C++ or FORTRAN. If one writes C-style code in matlab can you expect it to run just as fast as C? Thanks again.

1 个评论

For documentation, I refer you to ‘Release Notes’: http://www.mathworks.com/help/techdoc/rn/rn_intro.html.
For the rest I refer you to Walter Roberson.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by