image thumbnail
from Distributed parallel simulations with Simulink(R) and other tools by Roger Aarenstrup
Parallel and co-simulations with Simulink(R), integration with simServer

slblocks
% Copyright 2009, The MathWorks, Inc.
%
% roger.aarenstrup@mathworks.com 
%
 function blkStruct = slblocks

blkStruct.Name = sprintf('SimServer');
blkStruct.OpenFcn = 'simserver';
blkStruct.MaskInitialization = '';
blkStruct.MaskDisplay = 'disp(''SimServer'')';

% Information for Simulink Library Browser
Browser(1).Library = 'simserver';
Browser(1).Name    = 'SimServer';
Browser(1).IsFlat  = 1;% Is this library "flat"

blkStruct.Browser = Browser;

Contact us at files@mathworks.com