div.m
来自「matlab 多参数积分工具箱 multivariable calculus」· M 代码 · 共 8 行
M
8 行
function D=div(vars,Fx,Fy,Fz)
%DIV Divergence of a vector field.
% D = DIV(V) returns the divergence of a vector field V
% where V has the type vector and D has the type scalar.
%
% See also GRAD, CURL, LAPL.
% Copyright (c) 2001-04-13, B. Rasmus Anthin
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?