contents.m
来自「一个simulink中调用m函数的例子」· M 代码 · 共 37 行
M
37 行
% Shark: An Underwater Vehicle Model
% Version 2.1 (R11.1,R12) 20-Dec-2001
%
% Complete Nonlinear 6DOF Model of an Underwater Vehicle
%
%
% PATH :
%
% add the shark folder to the matlab path, DO NOT
% add all the subfolders, add only the top folder.
%
%
% SIMULATIONS :
%
% shark;oploop : Open loop simulation.
% shark;nlksf : Simple linear attitude control.
%
% The command "shark" before the name of the simulink
% scheme is meant to automatically select and add the
% right subfolders to the path, and is needed only if
% the two simulations are called from the command line,
% (as opposed to opening the schemes from the Launch
% Pad or from the demo window).
%
% BEFORE RUNNING a simulation, double click on the
% "Load Data" block on the top left corner of the
% simulation scheme to load the required data.
%
%
% For additional HELP please read the file
% "shark.pdf" under the folder shark\doc
%
%
% Giampiero Campa
% WVU, MAE-CEMR,
% Morgantown WV 26506-6106 USA
%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?