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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by