eval.m

来自「computation of conformal maps to polygon」· M 代码 · 共 13 行

M
13
字号
function wp = eval(Md,zp)
%EVAL Evaluate differentiated SC map.
%   EVAL(MD,ZP), where MD is an SCMAPDIFF object and ZP is a vector of
%   points in canonical domain of the map, returns the derivative of the
%   map used to create MD at the points ZP.
%   
%   See also SCMAPDIFF, SCMAPDIFF/SUBSREF.

%   Copyright 1998 by Toby Driscoll.
%   $Id: eval.m 7 1998-05-10 04:37:19Z tad $

wp = evaldiff(Md.themap,zp);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?