Changeset 273 for trunk/src/civ_uvmat.m
- Timestamp:
- Nov 17, 2011, 7:01:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ_uvmat.m
r270 r273 544 544 545 545 546 547 548 % U_patch = EM * spline_coeff;549 % U_patch=reshape(U_patch,npy,npx);550 % PM = [ones(size(dsites,1),1) dsites];551 % EM = [IM_sites PM];552 % U(test_false)=[];553 % U_nodes=EM * spline_coeff;554 555 %exact = testfunctions(epoints);556 %maxerr = norm(Pf-exact,inf);557 % PlotSurf(xe,ye,Pf,neval,exact,maxerr,[160,20]);558 % PlotError2D(xe,ye,Pf,exact,maxerr,neval,[160,20]);559 560 561 562 % DM = DistanceMatrix(dsites,ctrs)563 % Forms the distance matrix of two sets of points in R^s,564 % i.e., DM(i,j) = || datasite_i - center_j ||_2.565 % Input566 % dsites: Mxs matrix representing a set of M data sites in R^s567 % (i.e., each row contains one s-dimensional point)568 % ctrs: Nxs matrix representing a set of N centers in R^s569 % (one center per row)570 % Output571 572 573 574
Note: See TracChangeset
for help on using the changeset viewer.