What does the line t = 0:1/3000:0.2; mean in the following code:

3 ビュー (過去 30 日間)
Aaron Karlo Maranan
Aaron Karlo Maranan 2017 年 3 月 21 日
t = 0:1/3000:0.2; f = 22; wc = 2*pi*f*t; h = sin(wc);

採用された回答

ES
ES 2017 年 3 月 21 日
it means t varies from t = 0 to 0.2 in steps of 1/3000
try
help :

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by