cosspace

Generates cosine- or acos-spaced vector with elements clustered or sparse at the endpoints

您现在正在关注此提交

Utility function operates with no loops, so is of comparable speed to LINSPACE.

Using the same syntax as LINSPACE, COSSPACE makes a cosine spaced vector, clustering the elements toward the endpoints with greater spacing in the middle:
||_|__|___|____|_____|_____|____|___|__|_||

Given negative vector length, COSSPACE returns an inverse cosine spaced vector with elements sparse toward the endpoints:
|_____|____|___|__|_|_|_|_|_|__|___|____|_____|

An optional input in addition to the endpoints and the number of elements lets you choose the intensity of the clustering.

引用格式

Sky Sartorius (2026). cosspace (https://ww2.mathworks.cn/matlabcentral/fileexchange/28337-cosspace), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Creating and Concatenating Matrices 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.0

improved algorithm; added optional weighting for less intense clustering

1.1.0.0

added inverse cosing spacing

1.0.0.0