Filter löschen
Filter löschen

Surface plot based on cell center values

16 Ansichten (letzte 30 Tage)
Josh
Josh am 7 Apr. 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

Akzeptierte Antwort

Mohammad Abouali
Mohammad Abouali am 7 Apr. 2015
Bearbeitet: Mohammad Abouali am 7 Apr. 2015
Data=rand(10,10);
imagesc(s);
check imagesc() for detail description of the function.
  2 Kommentare
Josh
Josh am 7 Apr. 2015
Thanks. That is exactly what I wanted.
Mohammad Abouali
Mohammad Abouali am 7 Apr. 2015
you are welcome

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by