最大最小值法。可以在命令行输入doc fminimax查看自带帮助:
fminimax finds a minimax solution of a function of several variables.
fminimax attempts to solve the following problem:
min (max {FUN(X} ) where FUN and X can be vectors or matrices.
就是在给定条件下优化给定f(x)的最大值,以使其最小。