⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slblocks.m

📁 toolbox of sdt implementation
💻 M
字号:
function blkStruct = slblocks
% Defines the Simulink library block representation for SDtoolbox

%   Author: Andrea Fornasari, Piero Malcovati
%   Copyright 1997-2002 University of Pavia
%   $Revision: 2.0

blkStruct.Name    = ['SD Toolbox'];
blkStruct.OpenFcn = 'SDtoolbox';

blkStruct.MaskDisplay = ['plot([5,0,3,0,5],[20,20,10,0,0],[7,10,13,7],[0,20,0,0]);'];

% Define the library list for the Simulink Library browser.
% Return the name of the library model and the name for it
Browser(1).Library = 'SDtoolbox';
Browser(1).Name    = 'SDtoolbox';
Browser(1).IsFlat  = 0;% Is this library "flat" (i.e. no subsystems)?

blkStruct.Browser = Browser;

% End of slblocks.m

⌨️ 快捷键说明

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