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

📄 slblocks.m

📁 从MatlabSimulink模型到代码实现
💻 M
字号:
function blkStruct = slblocks%SLBLOCKS Defines the Simulink library block representation%   for My Simulink Blockset demo.blkStruct.Name    = ['times10' sprintf('\n') 'Blockset'];blkStruct.OpenFcn = 'times10';blkStruct.MaskInitialization = '';blkStruct.MaskDisplay = ['disp(''times10 Blockset'')'];% Define the library list for the Simulink Library browser.% Return the name of the library model and the name for it%Browser(1).Library = 'times10';Browser(1).Name    = 'Times10 Blockset';blkStruct.Browser = Browser; % End of slblocks.m

⌨️ 快捷键说明

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