Minimum Value of A Matrix (without using min function)

Version 1.0.0 (1,23 ko) par Rafi Ahmed
Determination of Minimum Value for Each Row and Whole Matrix without Using the 'min' Function of MATLAB
23 téléchargements
Mise à jour 1 oct. 2019

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et MATLAB Answers

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