Help on imagesc
이전 댓글 표시
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,
답변 (1개)
Walter Roberson
2011년 6월 27일
0 개 추천
imagesc() and image() require rectangular grids. You will have to construct your own plot using patch(), possibly with texture mapping.
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!