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

Answers (2)

LUI PAUL
LUI PAUL on 1 Apr 2015
Edited: LUI PAUL on 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);

Asked:

on 1 Apr 2015

Edited:

on 5 Apr 2015

Community Treasure Hunt

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

Start Hunting!