??? Error using ==> vertcat CAT arguments dimensions are not consistent.
Show older comments
I keep getting this error: ??? Error using ==> vertcat CAT arguments dimensions are not consistent. when I am writting down this: [1.8+max(f2);max(f2);min(f3);max(f4)]; what should I do to avoid this ?
Accepted Answer
More Answers (1)
Walter Roberson
on 26 May 2012
0 votes
What are the size() of f2, f3, and f4?
Also should that 1.8+max(f2) be 1.8+max(f1) ?
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!