contents.m

来自「MATLAB在飞行动力学和控制中应用的工具」· M 代码 · 共 33 行

M
33
字号
% The FDC toolbox - Root directory
% ================================
% This directory contains the initialization routines for the FDC
% package. The following files are included:
%
% FDC.M        Calls FDCINIT.M.
%
% FDCINIT.M    The actual initialization routine for the FDC toolbox,
%              must be run at the start of an FDC session.
%
% FDCINIT.INI  This file contains the current default initialization
%              for the FDC toolbox. It is read-out by FDCINIT.M and by
%              some other routines for extracting default path-settings.
%              If this file does not exist, FDCINIT.M will treat you
%              as a first time user (consequently FDCINIT.INI does not
%              exist right after the installation of the toolbox).
%
% FDC_STRT.M   Subroutine, called by FDCINIT.M, which displays graphical
%              user-menu when FDC toolbox has been initialized.
%
% FDC_STRT.MAT Datafile for FDC_STRT.M
%
% FDC_WELC.M   Subroutine, called by FDCINIT.M, which displays welcome
%              screen.
%
% FDC_WELC.MAT Datafile for FDC_WELC.M
%
% FIRSTRUN.M   Utility which simplifies FDC installation for floppy-disk
%              distribution of the package.

%-------------------------------------------------
% The FDC toolbox. Copyright Marc Rauw, 1994-2000.

⌨️ 快捷键说明

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