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.
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{:});