Home > atphysics > Orbit > findorbit.m

findorbit

PURPOSE ^

FINDORBIT is an alias to the orbit search functions:

SYNOPSIS ^

function [orbit, varargout] = findorbit(RING,D, varargin);

DESCRIPTION ^

FINDORBIT is an alias to the orbit search functions:
 (findorbit4, findsyncorbit, findorbit4 ...) depending on the 
  number of parameters, their types and argument options
  It can also return additional parameters.
  
 Temporary version of 7/18/00 - defaults to FINDORBIT4

 See also FINDORBIT4, FINDSYNCORBIT, FINDORBIT6.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [orbit, varargout]  = findorbit(RING,D, varargin);
0002 %FINDORBIT is an alias to the orbit search functions:
0003 % (findorbit4, findsyncorbit, findorbit4 ...) depending on the
0004 %  number of parameters, their types and argument options
0005 %  It can also return additional parameters.
0006 %
0007 % Temporary version of 7/18/00 - defaults to FINDORBIT4
0008 %
0009 % See also FINDORBIT4, FINDSYNCORBIT, FINDORBIT6.
0010 orbit = findorbit4(RING, D, varargin{:});

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