📄 hplmap.m
字号:
function M1 = hplmap(M)
%HPLMAP Convert Schwarz-Christoffel disk map to a map from the half-plane.
% Copyright 1998 by Toby Driscoll.
% $Id: hplmap.m 7 1998-05-10 04:37:19Z tad $
p = polygon(M);
[z1,c1] = disk2hp(vertex(p),angle(p)-1,M.prevertex,M.constant);
M1 = hplmap(p,scmapopt(M),z1,c1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -