How to plot the figure using Matlab ?

조회 수: 1 (최근 30일)
Mabud Sarkar
Mabud Sarkar 2020년 10월 1일
댓글: Mabud Sarkar 2020년 10월 4일
I have plotted the figure using Wolfram Mathematica where no knowledge of required.
But I want to know how to draw the below figure using ?
  댓글 수: 2
KSSV
KSSV 2020년 10월 1일
Read about plot, xticklabel.
Mabud Sarkar
Mabud Sarkar 2020년 10월 1일
Can you please write one such script so that I can follow it ?

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

답변 (1개)

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam 2020년 10월 1일
You can combine four plot commands or use four curves (lines) to plot it
for example
plot([0,1],[1,0],'r', [1,2,4,8],[0,-1,-2,-3],'k')
  댓글 수: 1
Mabud Sarkar
Mabud Sarkar 2020년 10월 4일
How to plot the vertical axis with displaying just 1 and -1 and v_2(a_n) as shown in the figure?

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

카테고리

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