BoundNDArray(array,​lb,ub)

Version 1.0.0.0 (767 octets) par JMP Phillips
This function bounds an array of any dimension (N-D) between minimum and maximum values.
41 téléchargements
Mise à jour 6 oct. 2016

Afficher la licence

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.

Citation pour cette source

JMP Phillips (2024). BoundNDArray(array,lb,ub) (https://www.mathworks.com/matlabcentral/fileexchange/59517-boundndarray-array-lb-ub), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Bound Values of an array

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0