surface plot of three independent variables
1 次查看(过去 30 天)
显示 更早的评论
I need a surface plot of three independent variables from an excell sheet. The error I am getting is that Z must be a matrix, not a scalar or vector.
0 个评论
采纳的回答
John D'Errico
2020-11-13
Let me see. You want to create a plot from 3 independent variables, but one of them is always zero. So there is no information content in that dimension. You might as well have said there are 5 other variables, each of which is also zero. And so?
The rest of your data is massively replicated, so you have only 9 distinct points, at these combinations.
unique(AD,'rows')
ans =
500 30
500 60
500 90
1000 30
1000 60
1000 90
1500 30
1500 60
1500 90
Sorry, but what? There is nothing that can be interpreted to represent a surface in those points.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!