draw this figures using matlab code

4 ビュー (過去 30 日間)
Manar Gbaily
Manar Gbaily 2020 年 12 月 23 日
コメント済み: Walter Roberson 2020 年 12 月 23 日

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

  2 件のコメント
Ive J
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
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 日
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.

カテゴリ

Help Center および File Exchange2-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