Plotting a quarter wave

4 ビュー (過去 30 日間)
Ahmed Saleh
Ahmed Saleh 2019 年 10 月 20 日
回答済み: Image Analyst 2019 年 10 月 20 日
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 日
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.

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by