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

Star Strider
Star Strider 2012년 7월 28일
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