How to plot the figure using Matlab ?

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일

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?

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

카테고리

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

제품

태그

질문:

2020년 10월 1일

댓글:

2020년 10월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by