Given the prototype function, the analytic solution of each derivative can be obtained by the function.
A: path_integral()
B: sin()
C: surf_integral()
D: diff()
A: path_integral()
B: sin()
C: surf_integral()
D: diff()
举一反三
- What is the solution function for surface integrals ( ) A: path_integral() B: sin() C: surf_integral() D: diff()
- The function of funm () can find the analytical solution of any function:( )
- 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
- When using the symbolic computing function of MATLAB to find the analytic solution of the initial value problem of differential equation, the function is ( ). A: ode23 B: ode45 C: solve D: dsolve
- Function call can be used as an actual parameter of a function.