Surface plot based on cell center values
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Josh
el 7 de Abr. de 2015
Comentada: Mohammad Abouali
el 7 de Abr. de 2015
I have an array of data corresponding to the values at the center of the cells in the grid. Is there a way to plot the data on a contour or surface plot which is based on the values at the cell center, rather than at the intersection of grid lines? Thanks
0 comentarios
Respuesta aceptada
Mohammad Abouali
el 7 de Abr. de 2015
Editada: Mohammad Abouali
el 7 de Abr. de 2015
Data=rand(10,10);
imagesc(s);
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!