sinspace

バージョン 1.1.0.0 (1.47 KB) 作成者: Sky Sartorius
Generates a sine-spaced vector with elements clustered at one of the two endpoints
ダウンロード: 874
更新 2010/10/13

ライセンスの表示

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

Using the same syntax as LINSPACE, SINSPACE makes a sine-spaced vector, clustering the elements toward the endpoint:
|_____|_____|____|___|__|_||

Given negative vector length, SINSPACE clusters points toward the beginning rather than the end of the vector.

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

引用

Sky Sartorius (2024). sinspace (https://www.mathworks.com/matlabcentral/fileexchange/28358-sinspace), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Simplified algorithm; clustering factor added

1.0.0.0