can any one create a matlab code for ploting this

1 件のコメント

Walter Roberson
Walter Roberson 2020 年 9 月 14 日
I suggest you look for information on logical indexing.

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

 採用された回答

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam 2020 年 9 月 14 日

1 投票

t=0:.001:1.0;
s4 = cos(80*pi*t-10*pi).*(t>0.5 && t<=1.0);

2 件のコメント

the cyclist
the cyclist 2020 年 9 月 14 日
You need to use just & and not the "short-circuit" && here.
wahid laib
wahid laib 2020 年 9 月 14 日
Thank you

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

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by