フィルターのクリア

sawtooth plot with specific x ,y limits

4 ビュー (過去 30 日間)
Oday Shahadh
Oday Shahadh 2018 年 11 月 3 日
コメント済み: madhan ravi 2018 年 11 月 3 日
Hi every one, How can I plot as saw tooth plot with exact x, y limits as attached image?
Thanks in advance

採用された回答

madhan ravi
madhan ravi 2018 年 11 月 3 日
編集済み: madhan ravi 2018 年 11 月 3 日
T = 10*(1/50);
Fs = 1000;
dt = 1/Fs;
t = 0:dt:T-dt;
x = sawtooth(2*pi*50*t);
plot(t,x)
xlim([0 0.2])
ylim([-1 1])
grid on
  7 件のコメント
Oday Shahadh
Oday Shahadh 2018 年 11 月 3 日
done, so thanks
madhan ravi
madhan ravi 2018 年 11 月 3 日
glad that you found

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

その他の回答 (1 件)

Oday Shahadh
Oday Shahadh 2018 年 11 月 3 日

カテゴリ

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