Help on imagesc

12 Ansichten (letzte 30 Tage)
Gonzalo
Gonzalo am 27 Jun. 2011
Hello all,
I need to plot a matrix X using imagesc.
>> imagesc(v,f,X);
However, each column of X is described by a different f, but imagesc will not let me use a matrix there.
Any ideas how can I plot X using the corresponding f for each column?
Thanks a lot,

Antworten (1)

Walter Roberson
Walter Roberson am 27 Jun. 2011
imagesc() and image() require rectangular grids. You will have to construct your own plot using patch(), possibly with texture mapping.
  1 Kommentar
Gonzalo
Gonzalo am 27 Jun. 2011
Would please provide additional details? Patch works but renders an incomprehensible figure.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by