hey , I have this question that I've tried to do several times and I can't get it , all I can do is a half sin wave but the quarter wave I couldn't do
any suggestions ?

답변 (1개)

Image Analyst
Image Analyst 2019년 10월 20일

0 개 추천

Hint:
x1 = linspace(-2, 0, 200);
x2 = linspace(0, 1, 100);
y1 = 4 * ones(1, 200)
You should be able to figure out how to compute x3, y2, and y3 and then stich them together to get the complete signal.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2019년 10월 20일

답변:

2019년 10월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by