MATLAB: Optimization function in matlab

matlab functionoptimization

i would like to ask about the optimization in matlab function that works with multi variable input with each input has different boundaries the output is only one variables

Best Answer

help fmincon
Or, as found on the file exchange, fminsearchbnd.