⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fdcload.htm

📁 matlab的FDC工具箱
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="fdchelp.css">
    <title>
      FDC help: Load utility FDCLOAD.
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#DDDDDD"><div>
    <h2>
      The load utility <i>FDCLOAD</i>
    </h2>

    <p><i>FDCLOAD</i> is a generic load utility that is used to load user-specified FDC datafile(s) via Matlab's <i>UIGETFILE</i> graphical user-interface. It provides a standardized way of retrieving FDC-data from file, using the FDC data-directory (subdirectory <small>DATA</small>) as a starting point to navigate through the datafiles. If that directory can't be found, the current working directory will be used instead.</p>
    
    <h3>Usage</h3>
    <p><code>fdcload('ext');</code><br> opens a file browser, listing the files with extension 'ext' in the data directory (note: wildcards '?' and '*' may be used, and the extension may have more than 3 characters), and loads the selected file into the base workspace.</p>
    <p><code>fdcload('ext','datatype');</code><br> opens a file browser, listing the files with extension 'ext' in the data directory (note: wildcards '?' and '*' may be used, and the extension may have more than 3 characters), and loads the selected file into the base workspace. 'datatype' is a short description of the type of data connected with the file-extension 'ext'; it will be shown in the uigetfile window.</p>
    <p>It is possible to specify a default filename by replacing 'ext' with<br>
    <code>[filesep 'filename.ext']</code><br>
    where 'filename.ext' is the default file. Wildcards '?' and/or '*' may be used.</p> 
    <p><b>Note:</b> <i>FDCLOAD</i> will use the Matlab file-format, regardless of the file-extension (the datafiles are loaded with the '-mat' option). <i>FDCLOAD</i> is not (yet) able to handle ASCII datafiles!</p>
    
    <h3>Related utilities</h3>
    <p>A couple of supporting Matlab macro's have been developed for frequently used datatypes: <i><a href="datload.htm">DATLOAD</a></i> for model-parameter files, <i><a href="linload.htm">LINLOAD</a></i> for linearized models, <i><a href="triload.htm">TRILOAD</a></i> for trimmed-flight conditions, and <i><a href="matload.htm">MATLOAD</a></i> for standard *.<small>MAT</small> files.</p>
  </div></body>
</html>

⌨️ 快捷键说明

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