how to generate vector [0:0.01:1] using linspace command
Ältere Kommentare anzeigen
- Item one
- Item two
Antworten (2)
Roger Stafford
am 1 Apr. 2015
0 Stimmen
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);
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!