% This directory contains examples of SIMULINK blocks and models
% written in C and Fortran.  They are implemented as MEX-file
% S-functions.
%
% Example C and Fortran models.
%   simomex.c  - simo model, C form.
%   simomexf.f - simo model, Fortran form.
%   vdpmex.c   - Van der Pol model, C form.
%   vdpmexf.f  - Van der Pol model, Fortran form.
%   mixedmex.c - Mixed continuous/discrete model, C form.
%
% Example C and Fortran blocks.
%   limintc.c  - Limited integrator block.
%   dlimintc.c - Discrete-time limited integrator block.
%   vlimintc.c - Vectorized limited integrator.
%   vdlmintc.c - Discrete-time vectorized limited integrator.
%   resetint.c - Reset integrator.
%   stspace.c  - State-space block.
%   sfunmem.c  - One integration-step delay and hold.
%   usersys.f  - Generic model/block, Fortran form.
%
% See also the "blocks" directory on MATLAB's search path.
% This area contains M-file versions of the above examples.
%
% See the SIMULINK 1.3 release notes for documentation on
% S-functions and developing C and Fortran blocks and models.
