how to generate vector [0:0.01:1] using linspace command
Mostrar comentarios más antiguos
- Item one
- Item two
Respuestas (2)
Roger Stafford
el 1 de Abr. de 2015
0 votos
linspace(0,1,101)
hello John
first u have to know the number of points between 0 and 1,only then u can use this command...
A=linspace(0,1,101);
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!