When I run it Why there is no picture

1 回表示 (過去 30 日間)
ding xian zhi
ding xian zhi 2017 年 3 月 19 日
コメント済み: ding xian zhi 2017 年 3 月 19 日
x=0:50/pi:2*pi;
y=cos(x).*[0.5+3*sin(x)./(1+x.^2)];
plot(x,y)
When I run it Why there is no picture could anyone help me thx
  2 件のコメント
per isakson
per isakson 2017 年 3 月 19 日
編集済み: per isakson 2017 年 3 月 19 日
Did you check the values of x and y, respectively?
ding xian zhi
ding xian zhi 2017 年 3 月 19 日
I find the problem It should be pi/50 not 50/pi

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

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 3 月 19 日
x=0:pi/50:2*pi;

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by