Linarray - alternative to linspace

Analogue to linspace, but inputs are: start value, spacing, and # points.

Vous suivez désormais cette soumission

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

Citation pour cette source

James (2026). Linarray - alternative to linspace (https://fr.mathworks.com/matlabcentral/fileexchange/36124-linarray-alternative-to-linspace), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0