Minimum Value of A Matrix (without using min function)

Versión 1.0.0 (1,23 KB) por Rafi Ahmed
Determination of Minimum Value for Each Row and Whole Matrix without Using the 'min' Function of MATLAB
23 descargas
Actualizado 1 oct 2019

Ver licencia

This function computes the minimum value of each row and minimum value for the whole matrix without min function of MATLAB

%%%% Input%%%%
X = input matrix

%%% Output%%%
row_min = minimum value found from each row. It is a row vector
matrix_min = minimum value of the whole matrix.

Citar como

Rafi Ahmed (2024). Minimum Value of A Matrix (without using min function) (https://www.mathworks.com/matlabcentral/fileexchange/72909-minimum-value-of-a-matrix-without-using-min-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0