contents.m

来自「航天工程工具箱」· M 代码 · 共 57 行

M
57
字号
% Spacecraft Engineering Toolbox
% Version 3.2  25-Jul-2003
%
% What's new.
%   readme_space.txt - New features, bug fixes, and changes in this version.
%
% Satellite orbit tracking.
%   msattrack   - Satellite tracker.
%   tle2orb     - Get Keplerian elements from Two-Line Element data.
%   satsort     - Sort satellite structure array.
%   tp2ma       - Time of periapsis passage to mean anomaly at epoch.
%   ma2tp       - Mean anomaly at epoch to time of periapsis passage.
%   orb2cart    - Orbital elements to Cartesian coordinates.
%   cart2orb    - Cartesian coordinates to orbital elements.
%   satvis      - Visibility of satellite.
%
% Date and time conversion.
%   stdepoch    - Sets standard epoch in YMDhms format.
%   greg2jul    - Transform Gregorian date to Julian date.
%   julepoch    - The Julian epoch given a Julian date.
%   utc         - Get current UTC time.
%   daylight    - Daylight saving offset.
%
% Oribital manoeuvres and misc.
%   hohmann     - Hohmann orbit transfer.
%   kepler1     - Demo of true, excentric and mean anomaly.
%
% Rocket trajectory simulation.
%   rcksim      - Simulation of rocket trajectory.
%   rckmod      - Governing ODE for ROCKETSIM.
%   rcktool     - Create or edit rocket parameters.
%
% Rocket design.
%   rckcad      - Tool for rocket layout design.
%   loadcad     - Load a Rocket CAD cad-file.
%   rckplot     - Plot rocket components.
%   evalcp      - Evaluate center of pressure CP.
%   evalcg      - Evaluate center of gravity CG.
%   evaldcm     - Evaluate center of moments (discrete).
%   evalccm     - Evaluate center of moments (continuous).
%   smarg       - Rocket flight stability margin.
%
% Rocket motor data.
%   loadeng     - Load rocket motor data from wRASP file.
%   saveeng     - Save rocket motor data to wRASP file.
%   ploteng     - Plot rocket motor thrust curve.
%   motorclass  - Display motor class or impulse.
%
% Thermal control.
%   thermeq     - Evaulate temperatures of a spacecraft.
%
% Other.
%   install     - Installs the toolbox to the matlab path.
%   uninstall   - Uninstalls the toolbox from the matlab path.
%   checkinstall - Checks installation status. 

% Copyright (c) 2002-02-09, B. Rasmus Anthin.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?