datload.htm

来自「matlab的FDC工具箱」· HTM 代码 · 共 30 行

HTM
30
字号
<!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 DATLOAD
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#DDDDDD"><div>
    <h2>
      Load utility <i>DATLOAD</i>
    </h2>

    <p><i>DATLOAD</i> is a Matlab function that loads FDC model definition data from file. By default it will search for *.<small>DAT</small> files, using the FDC data-directory as starting point. If that directory can't be found, DATLOAD will use the current working directory instead and display a warning message. It is possible to specify a default filename too; both filename and extension can be overruled in the load dialog window.</p>
    <p>The most obvious example of this type of datafiles is the <small>AIRCRAFT.DAT</small> file containing the aircraft model-data, which was created with the <i><a href="modbuild.htm">MODBUILD</a></i> script.</p>

    <h3>Usage</h3>
    <p><code>datload</code><br>
    will open a dialog box with all available <small>DAT</small>-files in the used data-directory.</p>
    <p><code>datload('filename')</code><br>
    will do the same, except 'filename.dat' will be used as default filename (this can still be overruled by selecting a different file from the load dialog). Wildcards '?' and/or '*' may be used.</p>
    <p><b>Note:</b> Specifying a non-existing filename as default <small>DAT</small>-file does not yield an error, unless one actually tries to open this non-existing file from the load dialog.</p>   
    
    <h3>Related utilities</h3>    
    <p>Other, similar, load utilities for the FDC toolbox are <i><a href="matload.htm">MATLOAD</a></i>, <i><a href="triload.htm">TRILOAD</a></i>, and <i><a href="linload.htm">LINLOAD</a></i>. These load functions are all based upon <i><a href="fdcload.htm">FDCLOAD</a></i>.</p>
  </div></body>
</html>

⌨️ 快捷键说明

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