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

3 visualizaciones (últimos 30 días)
t = 0:1/3000:0.2; f = 22; wc = 2*pi*f*t; h = sin(wc);

Respuesta aceptada

ES
ES el 21 de Mzo. de 2017
it means t varies from t = 0 to 0.2 in steps of 1/3000
try
help :

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by