Linarray - alternative to linspace

Versión 1.0.0.0 (1,17 KB) por James
Analogue to linspace, but inputs are: start value, spacing, and # points.
331 descargas
Actualizado 10 abr 2012

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0