I am using large arrays (about 70 MB each) and am worried about passing them to functions. My understanding is Matlab uses pass-by-value function arguments, making local cop
@mutzmatron answered my question in a comment, so this is a repost:
Actually Matlab passes by reference, unless it decides it needs to pass by value...see the explanation here:
http://www.mathworks.com/matlabcentral/answers/...