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

📄 linload.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 LINLOAD.
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#DDDDDD"><div>
    <h2>
      Load utility <i>LINLOAD</i>
    </h2>
    
    <p><i>LINLOAD</i> is a Matlab function that loads linearized model data from file. By default it will search for *.<small>LIN</small> files, using the FDC data-directory as starting point. If that directory can't be found, LINLOAD 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>In practice, this type of datafiles is used to store the data of linearized aircraft models. The linearized system matrices of such models can be determined by the <i><a href="aclin.htm">ACLIN</a></i> utility.</p>

    <h3>Usage</h3>
    <p><code>linload</code><br>
    will open a dialog box with all available <small>LIN</small>-files in the used data-directory.</p>
    <p><code>linload('filename')</code><br>
    will do the same, except 'filename.lin' 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>LIN</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="datload.htm">DATLOAD</a></i>, and <i><a href="triload.htm">TRILOAD</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -