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!