General form:
min(X) or min(abs(X))
Where X can be any thing it can be a matrix or row vector or a column vector.
min(X) will return us minimum value of each column.If X is complex no.then we will use given command as min(abs(X)).
min(X) will return us one a single value that will the minimum value in that row vector.If X is complex no.then we will use given command as min(abs(X)).
min(X) will return us one single value that will the minimum value in that column vector.If X is complex no.then we will use given command as min(abs(X)).
result of MATLAB code given below. Click here to download the m-file of above program. |
0 comments:
Post a Comment