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

조회 수: 2 (최근 30일)
John shaggy
John shaggy 2015년 4월 1일
편집: LUI PAUL 2015년 4월 5일
  1. Item one
  2. Item two

답변 (2개)

Roger Stafford
Roger Stafford 2015년 4월 1일
linspace(0,1,101)

LUI PAUL
LUI PAUL 2015년 4월 1일
편집: LUI PAUL 2015년 4월 5일
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);

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by