Plotting 2D Contour Plot with XYZ Data
Mostrar comentarios más antiguos
I have a matrix Total that has three columns the first is the x coordinate, second is the y coordinate and the third column is the z coordiantes. I want to plot a 2D contour map of the x and y positions and the z being the temperature value at each point. Any help would be great.
1 comentario
Respuestas (1)
darova
el 9 de Mzo. de 2021
0 votos
- Try griddata to create 2d matrices
- use contour
Categorías
Más información sobre Contour Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!