draw this figures using matlab code

please help me to draw this figures with matlab codes an thanks

댓글 수: 2

These are pretty simple and basic plots, what have you tried so far?
doc plot
doc line
plot(1:10, sqrt(1:10), 'o--')
Walter Roberson
Walter Roberson 2020년 12월 23일
Are you expected to compute the data points, or are you given them?

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

답변 (1개)

Doddy Kastanya
Doddy Kastanya 2020년 12월 23일

0 개 추천

The plots seem to be very straight forward to generate. You might want to try "help plot" to see various options to plot the data.

카테고리

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

태그

질문:

2020년 12월 23일

댓글:

2020년 12월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by