1
function h = pdesurf(p, t, u)
3
% Plots the scalar solution u on the mesh described by p, t (points,
6
% Copyright (C) 2004-2005 Johan Jansson.
7
% Licensed under the GNU LGPL Version 2.1.
9
% First added: 2004-01-23
12
pdeplot(p, [], t, 'xydata', u)