Does MATLAB 2010b provide JIT acceleration support for structures and cell arrays?
Show older comments
I have several functions and scripts that either:
- output cell arrays of vectors OR matrices - operate on cell arrays of vectors OR matrices - output on single-level structures of vectors OR matrices - operate on single-level structures of vectors OR matrices
Will the JIT be speeding up my code in any of these cases?
If I want performance enhancement will I have to rewrite my code to work with standard arrays?
3 Comments
Jan
on 4 Jun 2011
Without seeing the code, an answer is more or less guessing. It is not recommended to adjust the source to the JIT of a specific Matlab version. The next update or next release will change the situation again...
AJP
on 4 Jun 2011
Walter Roberson
on 4 Jun 2011
Jan meant that it was not advisable to tune your code according to the characteristics of the JIT of the version you have now, as next version the JIT might favor something else.
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!