BoundNDArray(array,​lb,ub)

バージョン 1.0.0.0 (767 Bytes) 作成者: JMP Phillips
This function bounds an array of any dimension (N-D) between minimum and maximum values.
ダウンロード: 41
更新 2016/10/6

ライセンスの表示

This function bounds an array of any dimension (N-D) between minimum and maximum values without using for loops.
In optimization for example, bounding arrays can be common bottlenecks so a fast approach (no for loops) is advantageous.
It achieves the same result as http://au.mathworks.com/matlabcentral/fileexchange/43251-bound-values-of-an-array but without for loops and error checking which makes it faster.

引用

JMP Phillips (2024). BoundNDArray(array,lb,ub) (https://www.mathworks.com/matlabcentral/fileexchange/59517-boundndarray-array-lb-ub), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLoops and Conditional Statements についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: Bound Values of an array

Community Treasure Hunt

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

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