How to plot this figure?
3 ビュー (過去 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 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!