EasyLink
EasyLink is a C++ software development kit for developing blocks for SIMULINK (S-functions)
Examples

S-function basic example (use it as a template to write new S-functions):

  • sfunOffset.cpp shows how to write a S-function that adds a scalar value to a scalar input.

S-function examples that demonstrate all the features:

S-function advanced examples:

  • sfunSizeChange.cpp shows how to change the size of an output according to the value of a parameter.
  • sfunTimesTwo.cpp show how to change the size of an output according to the size of a dynamically-sized input array.

S-function examples using Eigen:

MEX-function basic example (use it as a template to write new MEX-functions):

MEX-function example using Eigen:


Copyright (c) 2014 FEMTO-ST / ENSMM / UFC / UTBM, Besançon, France. Generated by Doxygen.