Matlab Min Function

[Solved] Matlab Min Function | Matlab - Code Explorer | yomemimo.com
Question : matlab min function

Answered by : gmd-baloch

minimum = min(x)
if x is a 1-dimensional array then the min returns the minimum number in the
array and if x is a matrix then min returns an array which contains the minimum
element from each column in the matrix

Source : | Last Update : Sun, 06 Jun 21

Answers related to matlab min function

Code Explorer Popular Question For Matlab