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

3 views (last 30 days)
t = 0:1/3000:0.2; f = 22; wc = 2*pi*f*t; h = sin(wc);

Accepted Answer

ES
ES on 21 Mar 2017
it means t varies from t = 0 to 0.2 in steps of 1/3000
try
help :

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!