pdesurf.m

来自「Dolfin provide a high-performance linear」· M 代码 · 共 13 行

M
13
字号
function h = pdesurf(p, t, u)% Plots the scalar solution u on the mesh described by p, t (points,% triangles).							    %% Copyright (C) 2004-2005 Johan Jansson.% Licensed under the GNU LGPL Version 2.1.%% First added:  2004-01-23% Last changed: 2005pdeplot(p, [], t, 'xydata', u)

⌨️ 快捷键说明

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