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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

태그

질문:

2021년 6월 10일

댓글:

2021년 6월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by