plotting a function of rectangular pulse train

回答 (1 件)

Saurabh
Saurabh 2024 年 10 月 21 日

0 投票

Could you share what all things have you tried? That would help me align my answers accordingly. I can provide an initial idea of how to plot the required graph.
To plot a graph, one can leverage the 'plot' function:
plot(t, X);
where 't' is the time from 0 to 4 and 'X' is the required vector values according to the given function.
To know more about the 'plot' function, refer to the below link:
I hope this was helpful.

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2021 年 4 月 6 日

回答済み:

2024 年 10 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by