??? Error using ==> vertcat CAT arguments dimensions are not consistent.
显示 更早的评论
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 ?
采纳的回答
更多回答(1 个)
Walter Roberson
2012-5-26
0 个投票
What are the size() of f2, f3, and f4?
Also should that 1.8+max(f2) be 1.8+max(f1) ?
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!