MATLAB Optimization Toolbox provides function fminunc(), which can directly find the minimax. ()
举一反三
- MATLAB Optimization Toolbox provides function fminunc(), which can directly find the minimax. () A: 正确 B: 错误
- MATLAB Optimization Toolbox provides () function, which can directly find the minimax. A: Fminimax B: fsolve C: reshape D: solve
- The function fsolve() can be used directly to solve the original equations and find a solution.
- The function fsolve() can be used directly to solve the original equations and find a solution. A: 正确 B: 错误
- The MATLAB function [a,Jm] = lsqcurvefit(fun,a0,x,y, opts), fun is the MATLAB description to the prototype function, which functions can be used as prototype functions.( ) A: M-function B: anonymous function C: inline function D: not sure