BoundNDArray(array,lb,ub)
Versión 1.0.0.0 (767 Bytes) por
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.
Citar como
JMP Phillips (2026). BoundNDArray(array,lb,ub) (https://la.mathworks.com/matlabcentral/fileexchange/59517-boundndarray-array-lb-ub), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Loops and Conditional Statements en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspirado por: Bound Values of an array
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
