How do I generate a nano second rectangular pulse function in Matlab (Using 'rectpuls()')?

When I am plotting this from t=0 to t=10^-6 the program is not running.
t = 0 : 1/1e6 ; 1;
w = 0: 1/1e9 : 1;
pulse = rectpuls(t,w);
x = 0:1/1e-3:1;
plot(x,pulse)

1 件のコメント

Rik
Rik 2021 年 1 月 31 日
I restore the edit from Google cache. @Meghanad Kayanattil please don't edit it away again, that is extremely rude.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 1 月 26 日

0 投票

w, the width, is expected to be a scalar for rectpuls

カテゴリ

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

製品

質問済み:

2016 年 1 月 26 日

コメント済み:

Rik
2021 年 1 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by