ttcallblocksystem.m

来自「一个很棒的网络控制系统仿真软件」· M 代码 · 共 18 行

M
18
字号
% TTCALLBLOCKSYSTEM   Call a Simulink block diagram from a code function.%%  Usage: outp = ttCallBlockSystem(nbroutp, inp, blockname)%%  Inputs:%    nbroutp    Number of outputs from the block diagram.%    inp        Vector of input values.     %    blockname  The name of the Simulink block diagram.%       %  Outputs:%    outp       Vector of output values.     %%       TrueTime, Version 1.3%       Copyright 2005%       Martin Andersson, Dan Henriksson and Anton Cervin%       Department of Automatic Control%       Lund Institute of Technology, Sweden

⌨️ 快捷键说明

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