readme

来自「四元数工具箱」· 代码 · 共 14 行

TXT
14
字号
It is recommended that you leave this package in a separate directoryand add that directory to your matlab path in your startup.m file.For example, on a unix system, you could use the following commands:  home=getenv('HOME');  path([home, '/matlab/simulink/qlib'], path);See the help info for the MATLAB "path" command for more info.DO NOT add the unit test subdirectory (qlib/test) to your path, as thatis only meant to be run to verify the correctness of the qlib library.If you want to run the unit tests, cd to the qlib/test directory whilerunning MATLAB.

⌨️ 快捷键说明

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