MapleSim Connector Package Overview - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MapleSimConnector

Generate Simulink® C S-Function library code from MapleSim models, linear systems, and DynamicSystem objects

 

Calling Sequence

Description

Commands

Calling Sequence

MapleSimConnector[command](arguments)

command(arguments)

Description

• 

The MapleSimConnector package is a collection of procedures for generating Simulink® C S-Function library code from MapleSim models, models based on algebraic equations, and DynamicSystem objects in a Maple standard worksheet.

Commands

The following commands are available:

• 

MapleSimConnector[GenerateCode] : generate Simulink® C S-Function library code

• 

MapleSimConnector[CompileCode] : compile Simulink® C S-Function library code into S-Function block

 

The following commands are available, but deprecated:

• 

MapleSimConnector[ExecuteMCode] : execute a list of MATLAB® code strings through the Maple-MATLAB® link.

• 

MapleSimConnector[SaveCode] : save a Simulink® C S-Function library from a continuous MapleSim model or a list of equations

• 

MapleSimConnector[SBlock] : generate Simulink® C S-Function library code from a continuous MapleSim model or a list of equations

• 

MapleSimConnector[SBlock][CreateSBlock]: create Simulink® C S-Function Block from within Maple

• 

MapleSimConnector[SBlock][GenerateSBlock]: generate Simulink® C S-Function model from a continuous MapleSim model or a list of equations

See Also

DynamicSystems

MapleSim