rectangle.m

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

M
9
字号
function zr = rectangle(M)
%RECTANGLE Return the corners of the rectangle in the fundamental domain.

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

zr = prevertex(M);
zr = zr(corners(M));

⌨️ 快捷键说明

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