parameters.m
来自「computation of conformal maps to polygon」· M 代码 · 共 11 行
M
11 行
function v = parameters(M)
%PARAMETERS Return a structure of the Schwarz-Christoffel map parameters.
% Copyright 1998 by Toby Driscoll.
% $Id: parameters.m 7 1998-05-10 04:37:19Z tad $
v.diskmap = M.diskmap;
v.rectpolygon = M.rectpolygon;
v.rectaffine = M.rectaffine;
v.prevertex = vertex(M.rectpolygon);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?