How to plot this figure?
2 次查看(过去 30 天)
显示 更早的评论
This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.
0 个评论
采纳的回答
Mathieu NOE
2021-6-10
hu
try this and adapt to your own needs
a = rand(300,3);
figure,imagesc(a);colormap('jet');colorbar
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!