I have a Matlab question:
What expression is calculated by the following command in Matlab? Code: fminbnd(@(x) (sin(x).^2-1),0,pi) Minimum of: (a) f(x)=1-sin
fminbnd(@(x) (sin(x).^2-1),0,pi)