pcolor question

1 次查看(过去 30 天)
David Craig
David Craig 2012-4-9
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 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by