Minimum Value of A Matrix (without using min function)

Version 1.0.0 (1.23 KB) by Rafi Ahmed
Determination of Minimum Value for Each Row and Whole Matrix without Using the 'min' Function of MATLAB
23 Downloads
Updated 1 Oct 2019

View License

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 (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. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Creating and Concatenating Matrices in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0