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개)

카테고리

질문:

2020년 9월 14일

댓글:

2020년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by