stripmap.m

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

M
12
字号
function M = stripmap(M)
%STRIPMAP Convert generic Schwarz-Christoffel map object to strip map.
%   STRIPMAP(M) creates a stripmap object based on the polygon and
%   options contained in M.
%   
%   See the STRIPMAP class documentation.

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

M = stripmap(M.polygon,M.options);

⌨️ 快捷键说明

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