draw this figures using matlab code
조회 수: 5 (최근 30일)
이전 댓글 표시
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--')
답변 (1개)
Doddy Kastanya
2020년 12월 23일
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!