The modelling and analysis of multibody systems can be fully achieved in the Matlab environment. It allows to prototype a model in a very short time by leveraging Matlab environments and toolboxes (easy programming and debug). The Matlab modules for Robotran are called MBSysLab.
The MBsysLab modules allow to perform different dynamic and kinematic computation on the multibody system. These modules operate on the data structures MBS_data , MBS_info and MBS_user.
The following modules are available :
MBsysLab is based on two data structures (MBS_data, MBS_info) that contain information about :
A third structure, MBS_user is left to the user for is own simulation requirements.
These structures are required by each module to simulate and analyse the system.
Each module returns its results in a specific structure denoted MBS_<MODULE_NAME>.
For more details related to the Data Structures and to the functions to handle them see structure documentation