Help on imagesc
Mostra commenti meno recenti
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,
Risposte (1)
Walter Roberson
il 27 Giu 2011
0 voti
imagesc() and image() require rectangular grids. You will have to construct your own plot using patch(), possibly with texture mapping.
1 Commento
Gonzalo
il 27 Giu 2011
Categorie
Scopri di più su Graphics Performance in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!