Minimum Value of A Matrix (without using min function)

Determination of Minimum Value for Each Row and Whole Matrix without Using the 'min' Function of MATLAB

You are now following this Submission

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.

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0