软件大小: | 371 K | ||
上传用户: | yxm_325 | ||
关键词: | computation polygonally conformal bounded | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
function M = hplmap(M) %HPLMAP Convert generic Schwarz-Christoffel map object to half-plane map. % HPLMAP(M) creates a hplmap object based on the polygon and % options contained in M. % % See the HPLMAP class documentation. % Copyright 1998 by Toby Driscoll. % $Id: hplmap.m 7 1998-05-10 04:37:19Z tad $ M = hplmap(M.polygon,M.options);