readme

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

TXT
33
字号
TrueTime 1.13b READMETrueTime is Matlab-based and requires Matlab 6.5 (R13) with Simulink5.0 or Matlab 6.1 (R12.1) with Simulink 4.1. The simulator softwareconsists of a Simulink block library and a collection of C++ functionswith corresponding Matlab MEX interfaces.INSTALLATION   1. Extract the files to some suitable directory $DIR   2. Set the environment variable TTKERNEL to $DIR/kernel   3. Start Matlab   4. Add $DIR/kernel and $DIR/kernel/matlab to the Matlab path   5. The block library is opened using      >> truetime   6. See the README-files in the examples directories for      instructions on how to compile and run the provided examplesCOMPILATION OF MEX FILESThe TrueTime MEX files can be compiled using the command ttmex. Thiscommand simply adds the argument -I$DIR/kernel to the mex command.You must make sure that your Matlab mex command is functioningproperly with C++ files. The simulator works with (at least) thefollowing compilers:    * Microsoft Visual Studio C++ 6.0 under Windows    * GNU gcc 2.96 under Linux and Solaris To select a compiler, run mex -setup in Matlab. For more info, pleaserefer to the chapter "Building MEX-Files" in the Matlab documentation.

⌨️ 快捷键说明

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