Linarray - alternative to linspace

Version 1.0.0.0 (1,17 KB) von James
Analogue to linspace, but inputs are: start value, spacing, and # points.
331 Downloads
Aktualisiert 10. Apr 2012

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0