No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

f2_17b.m
% f2_17b same as L2_22: plots contour on a triangular mesh.
% (see the second plot in Figure 2.17b)
% Copyright S. Nakamura
set(gcf, 'NumberTitle','off','Name', 'Figure 2.17(b)')
clear,clf
load cell_.DAT
load point_.DAT
load f_.DAT
tri_cont(cell_,point_,f_, 1.8)

Contact us at files@mathworks.com