You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
James (2026). Linarray - alternative to linspace (https://in.mathworks.com/matlabcentral/fileexchange/36124-linarray-alternative-to-linspace), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.17 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
