How to plot this figure?

2 次查看(过去 30 天)
z cy
z cy 2021-6-10
评论: z cy 2021-6-10
This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.

采纳的回答

Mathieu NOE
Mathieu NOE 2021-6-10
hu
try this and adapt to your own needs
a = rand(300,3);
figure,imagesc(a);colormap('jet');colorbar
  1 个评论
z cy
z cy 2021-6-10
Thanks!!!
I find this function pcolor also can achieve similar figure.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by