필터 지우기
필터 지우기

how to create a half cosine wave

조회 수: 1 (최근 30일)
clowen
clowen 2016년 2월 18일
답변: Moe_2015 2016년 2월 18일
s=cos(t) for -pi/2 to pi/2 else 0

채택된 답변

Moe_2015
Moe_2015 2016년 2월 18일
If you are talking about plotting a half cosine wave you could do something like this:
t=-pi/2:0.0001:pi/2;
plot(t,cos(t))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by