help with contourf plot

My problem is a 2-d steady state heat conduction problem. The domain is a rectangle. I calculated the anayltical solution, and then created an x-vector and y-vector. I plugged the points into the analytical solution and stored the result into the z-matrix.
Using contourf(z) the x-axis shows the column number of the z-matrix and the y-axis shows the row number in the z-matrix. I would prefer that the axes show the x and y coordinates. is there a way to do that?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Sept. de 2012

0 votos

contourf(x, y, z)

3 comentarios

Phillip
Phillip el 30 de Sept. de 2012
Are x and y the vectors of the x-coordinates and y-coordinates?
Walter Roberson
Walter Roberson el 30 de Sept. de 2012
Yes.
Phillip
Phillip el 30 de Sept. de 2012
Ok i got it to work, thanks!
Also, is it possible to do a similar plot for an L-shaped domain where the portion of the plot that is outside the domain has no color? Maybe using NaN is the z matrix locations.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Sept. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by