BoundNDArray(array,lb,ub)
Version 1.0.0.0 (767 Bytes) by
JMP Phillips
This function bounds an array of any dimension (N-D) between minimum and maximum values.
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.
Cite As
JMP Phillips (2026). BoundNDArray(array,lb,ub) (https://www.mathworks.com/matlabcentral/fileexchange/59517-boundndarray-array-lb-ub), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2015a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Loops and Conditional Statements in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: Bound Values of an array
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
