mini

algorithm

  • finds minimum value of a variable and its coordinates

syntax

[mm,ii,jj,xi,yj]=mini(X,Y,variable) 

 

example for input

[mm,ii,jj,xi,yj]=mini(temperature) 

 

input arguments

Name description
X,Y vectors defining the domain
variable variable to be investigated

output arguments

mm | minimum value of the variable ii |column-coordinate of minimum (integer) jj |line-coordinate of minimum (integer) xi | x-coordinate of minimum (reel) yj | y-coordinate of minimum (reel)

matlab tools required

  • max

corresponding 3d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin