Linarray - alternative to linspace

バージョン 1.0.0.0 (1.17 KB) 作成者: James
Analogue to linspace, but inputs are: start value, spacing, and # points.
ダウンロード: 331
更新 2012/4/10

ライセンスの表示

outputarray = linarray(start,spacing,numpoints)

The function linarray generates an row vector based on a start value, a spacing, and a number of points. For example: linarray(1, 0.1, 5) returns:
[1.0000 1.1000 1.2000 1.3000 1.4000]

3/2/11 (c) James F. Mack

引用

James (2024). Linarray - alternative to linspace (https://www.mathworks.com/matlabcentral/fileexchange/36124-linarray-alternative-to-linspace), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0