aclin.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: Utility ACLIN
</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body bgcolor="#DDDDDD"><div>
<h2>
Linearization routine <i>ACLIN</i>
</h2>
<p><i>ACLIN</i> is a Matlab program which can be applied to Simulink
implementations of non-linear aircraft models in order to determine
linearized versions of those models for certain flight-conditions.</p>
<p><i>ACLIN</i> has been written for the Simulink system <i><a href=
"beaver.htm">Beaver</a></i>, which can be opened by typing
<code>beaver</code> at the Matlab command line. It can also be applied to
other aircraft models in Simulink if they use exactly the
same definitions of the input and state vectors as the system
<i>Beaver</i>. However, if this is not the case, it is relatively easy to
adapt the source-code of the program, ACLIN.M, for the new
situation (it is recommended to take a closer look at the source-code to
see how it works).</p>
</div></body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?