how to generate vector [0:0.01:1] using linspace command

8 Ansichten (letzte 30 Tage)
John shaggy
John shaggy am 1 Apr. 2015
Bearbeitet: LUI PAUL am 5 Apr. 2015
  1. Item one
  2. Item two

Antworten (2)

Roger Stafford
Roger Stafford am 1 Apr. 2015
linspace(0,1,101)

LUI PAUL
LUI PAUL am 1 Apr. 2015
Bearbeitet: LUI PAUL am 5 Apr. 2015
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 Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by