User`s guide

R2006b
21-28
function [A B C] = myfun(x, y)
Compatibility Considerations
This new syntax is not valid in MATLAB versions earlier than Release 14. When writing
an M-file that you expect to run on versions both earlier and later than R14, be sure to
separate any output variables in the function definition line with commas:
function [A, B, C] = myfun(x, y)
Improved Performance on Certain Platforms and Operations
In this release, MATLAB offers improved performance in the following areas:
Improved performance on 64-bit Windows XP and Linux platforms. This is
independent of the size of data set in use.
Faster scalar indexing into cell arrays.
Faster assignment of cell array data to variables.