Home > atdemos > atmatchExamples > ExampleATMATCH > betx.m

betx

PURPOSE ^

get value of betx for Seq(indx)

SYNOPSIS ^

function [bx]=betx(Seq,indx)

DESCRIPTION ^

 get value of betx for  Seq(indx)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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