- #1
qwuasi
- 8
- 0
Homework Statement
I've been trying to plot solution for my problem using TRISURF all to no avail.
These are my data:
ELEM = [1 2 5 6;3 4 7 8;9 10 13 14;11 12 15 16];
CORD = [ -1 0 0 1 -1 0 0 1 -1 0 0 1 -1 0 0 1;
-1 -1 -1 -1 0 0 0 0 0 0 0 0 1 1 1 1] ' ;
U = 0.0012*ones(16,1) ;
The Attempt at a Solution
I used Trisurf and later downloaded Quadmesh,which is presumable for {N x 4} from mathworks.it still doesn't help.