pcolor question
2 次查看(过去 30 天)
显示 更早的评论
Hi, I have two variables that both depend on a third. Something like, x1=z1, x2=z2, x3=z3 and y1=z2, y2=z3, y3=z1.
I would like to plot them to see the relationship between the two, I think pcolor will do what I want but am having some difficulties using it. My understanding is that I first create a grid using the x and y values, [X,Y]=meshgrid(x,y) but I am not sure how to generate an array using z to fit to this grid, i.e. so I can do pcolor(X,Y,Z). Anyone able to help??
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!