How to plot this figure?

조회 수: 3 (최근 30일)
z cy
z cy 2020년 11월 5일
댓글: z cy 2020년 11월 5일

채택된 답변

KSSV
KSSV 2020년 11월 5일
편집: KSSV 2020년 11월 5일
REad about stem.
y = rand(1,10) ;
stem(y)
xlabel('x')
ylabel('y')
  댓글 수: 1
z cy
z cy 2020년 11월 5일
Thanks!!!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by