필터 지우기
필터 지우기

How to plot this figure?

조회 수: 1 (최근 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에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by