Home > atdemos > atmatchExamples > ExampleATMATCH > dispx.m

dispx

PURPOSE ^

get value of horizontal dispersion for Seq(indx)

SYNOPSIS ^

function [dx]=dispx(Seq,indx)

DESCRIPTION ^

 get value of horizontal dispersion for  Seq(indx)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [dx]=dispx(Seq,indx)
0002 % get value of horizontal dispersion for  Seq(indx)
0003 
0004 [dx,~]=getDispersion(Seq,indx);
0005 
0006 
0007 end

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