convert mesh to meters, more coefficients
This commit is contained in:
parent
6039802b9f
commit
2c4e8ea79c
8 changed files with 33016 additions and 32624 deletions
|
|
@ -18,7 +18,7 @@ fname = 'uv.txt';
|
|||
%h = trisurf(ia, xc(:,1), xc(:,2), v);
|
||||
|
||||
figure;
|
||||
patch('Faces', ia, 'Vertices', xc, 'FaceVertexCData', v, ...
|
||||
h = patch('Faces', ia, 'Vertices', xc, 'FaceVertexCData', v, ...
|
||||
'FaceColor', 'interp', 'EdgeColor', 'k');
|
||||
axis equal tight;
|
||||
colorbar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue