I run
pdesurf(mesh.p, mesh.t, u)
I got
Error using pdesurf (line 25) Illegal solution format.
Transpose u
pdesurf(mesh.p, mesh.t, u')