x(t)=2+3*Π4(t)*sinc(t)

1 回表示 (過去 30 日間)
milton
milton 2020 年 11 月 8 日
コメント済み: milton 2020 年 11 月 17 日
I'm not sure where i am going wrong.

採用された回答

Prabhan Purwar
Prabhan Purwar 2020 年 11 月 12 日
Hi,
Kindly have a look at the following code:
x = linspace(-5,5);
y = 2+3*pi*4*x.*sinc(x);
plot(x,y)
Links:
Thanks
  1 件のコメント
milton
milton 2020 年 11 月 17 日
thank you Prabhan Purwar. it worked perfectly!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by