Help with matlab, dimensions of matrices being concatenated are not consistent, why?
3 次查看(过去 30 天)
显示 更早的评论
I keep getting this error, Dimensions of matrices being concatenated are not consistent.
Here's my code:
x = [0.00, 100.00, 200.00];
y1 = [100.00, 138.50, 175.83];
y2 = [(175.83/200) * x];
y3 = [(y1) / x];
[hAx,hLine1,hLine2] = plotyy(x,y1,[x',x'],[y2',y3']);
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 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!