Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
SMALLESTMIN(X), where X is any number of vectors and/or matrices, is the smallest component present in any of these structures. SMALLESTMIN(X) is consistent with MATLAB's built-in MIN(X) for vectors only!! SMALLESTMIN(X) for a matrix returns the equivalent of MIN(MIN(X)). SMALLESTMIN accepts mixed inputs of vectors and matrices. A matrix is defined as having exactly 2 dimensions.
VALID INPUTS: row and column vectors and 2-D matrices. These can contain characters, complex numbers, and numerics. Logicals, doubles, singles, int8, uint8, int16, int32, and uint32 are also valid.
INVALID INPUTS: cell arrays, 64-bit signed and unsigned values, structures, function handles, user classes, and java classes.
These lists may not be all-inclusive.
Citar como
Brian Schrameck (2026). smallestMin (https://la.mathworks.com/matlabcentral/fileexchange/24809-smallestmin), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.0.0 (2 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
