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 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!