2 Star 3 Fork 0

NextPilot/nextpilot-simulink-toolbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nextpilot.m 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
latercomer 提交于 2024-08-05 18:44 +08:00 . 从sl工程中删除部分不存在文件
function nextpilot(varargin)
root = fileparts(mfilename('fullpath')+".m");
action = 'init';
if nargin >= 1
action = varargin{1};
end
switch action
case 'init'
addpath(genpath(root));
case 'exit'
rmpath(genpath(root));
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/nextpilot/nextpilot-simulink-toolbox.git
git@gitee.com:nextpilot/nextpilot-simulink-toolbox.git
nextpilot
nextpilot-simulink-toolbox
nextpilot-simulink-toolbox
main

搜索帮助