Home > atdemos > atmatchExamples > ExampleATMATCH > bety.m

bety

PURPOSE ^

get value of bety for Seq(indx)

SYNOPSIS ^

function [by]=bety(Seq,indx)

DESCRIPTION ^

 get value of bety for  Seq(indx)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [by]=bety(Seq,indx)
0002 % get value of bety for  Seq(indx)
0003 
0004 T=twissring(Seq,0,indx);
0005 b=cat(1,T.beta);
0006 by=b(:,2)';
0007 
0008 end

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