Changeset 273 for trunk/src/civ_uvmat.m


Ignore:
Timestamp:
Nov 17, 2011, 7:01:18 PM (13 years ago)
Author:
sommeria
Message:

GUI civ renovated with panels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_uvmat.m

    r270 r273  
    544544
    545545
    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 % Input
    566 %   dsites: Mxs matrix representing a set of M data sites in R^s
    567 %              (i.e., each row contains one s-dimensional point)
    568 %   ctrs:   Nxs matrix representing a set of N centers in R^s
    569 %              (one center per row)
    570 % Output
    571 
    572 
    573 
    574 
Note: See TracChangeset for help on using the changeset viewer.