Clear Filters
Clear Filters

pcolor question

2 views (last 30 days)
David Craig
David Craig on 9 Apr 2012
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??

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!