Minimum Value of A Matrix (without using min function)

Version 1.0.0 (1,23 KB) von Rafi Ahmed
Determination of Minimum Value for Each Row and Whole Matrix without Using the 'min' Function of MATLAB
23 Downloads
Aktualisiert 1 Okt 2019

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2019b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0