How can i plot this exact graph?

How can i plot this exact graph?

1 件のコメント

Birdman
Birdman 2017 年 10 月 20 日
Which graph?

サインインしてコメントする。

回答 (1 件)

KL
KL 2017 年 10 月 20 日

0 投票

What have you tried? Did you read the documentation?
Simple hint:
x = 0:stepsize:xmax;
y = sin(x);
y1 = ...;
y2 = ...;
plot(x,y)
hold on
plot(x,y1)
plot(x,y2)

2 件のコメント

Basit  Nadeem
Basit Nadeem 2017 年 10 月 20 日
I have tried but I'm not able to draw the dots on the graph line.
KL
KL 2017 年 10 月 20 日
Did you read the links I gave you??
Don't be lazy! This page has EXACTLY THE SAME PLOT you're asking for!

サインインしてコメントする。

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2017 年 10 月 20 日

コメント済み:

KL
2017 年 10 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by