Need some help understanding cat in high dimensions of matlab

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-04-09T17:21:15Z Indexed on 2010/04/09 17:23 UTC
Read the original article Hit count: 406

Filed under:
|
|
|
%     a = magic(3); b = pascal(3); 
%     c = cat(4,a,b)
%   produces a 3-by-3-by-1-by-2 result and

Why the result is 3-3-1-2 when the dimension is 4?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about syntax