draw this figures using matlab code
이전 댓글 표시
please help me to draw this figures with matlab codes an thanks
댓글 수: 2
Ive J
2020년 12월 23일
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
2020년 12월 23일
Are you expected to compute the data points, or are you given them?
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!