cosspace
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 (2024). cosspace (https://www.mathworks.com/matlabcentral/fileexchange/28337-cosspace), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
致谢
参考作品: cosspace
启发作品: sinspace, LINSPACE3: linearly spaced vector defined by three points, CORE: Conceptual Optimization of Rotorcraft Environment
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!