Home > pubtools > LatticeTuningFunctions > correction > response_matrix > gettunechromatlinopt.m

gettunechromatlinopt

PURPOSE ^

SYNOPSIS ^

function tc=gettunechromatlinopt(r,inCOD)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tc=gettunechromatlinopt(r,inCOD)
0002 [~,t,c]=atlinopt(r,0,1,inCOD);
0003 tc=[t';c'];
0004 end

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