Home > atdemos > atmatchExamples > matchChromaticity > run_matchChromaticity.m

run_matchChromaticity

PURPOSE ^

match chrmaticity

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

  match chrmaticity

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %  match chrmaticity
0002 
0003 
0004 load dba.mat
0005 
0006 variabsxt=atVariableBuilder(RING,{'SF','SD'},{{'PolynomB',{1,3}}});
0007 
0008 ConstrChrom=[...
0009     atlinconstraint(1,{{'chromaticity',{1}}},0,0,1)...
0010     atlinconstraint(1,{{'chromaticity',{2}}},0,0,1)];
0011 
0012 tol=1e-8;
0013 RINGchrom0=atmatch(RING,variabsxt,ConstrChrom,tol,1000,4);
0014

Generated on Thu 24-Aug-2017 18:47:33 by m2html © 2005