Variables location Simscape masks
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all, I'm studying the Stewart platform model provided by matlab as example (it can be runned using the command sm_stewart_platform) to get some insight on multibody modelling in Simscape environment. The model in the example is fully customizable by the use of many parameters, the problem is that I'm not able to find where those parameters are defined. For example, to describe the base of the platform in 'Stewart Platform System/Manipulator/Base/Skewed Hexagon' the variable cross_sect is used in a solid block to define the points from which an extrusion is generated. Well, I can't find where this variable is defined, it isn't neither in the Base nor in the Model Workspace. I even tried with:
>> Simulink.findVars('sm_stewart_platform', 'Name', 'cross_sect')
Thank you in advance!
0 Commenti
Risposte (1)
Nicolas Schmit
il 12 Dic 2018
cross_sect is created in the mask of 'Stewart Platform System/Manipulator/Base/Skewed Hexagon'.
0 Commenti
Vedere anche
Categorie
Scopri di più su Bodies in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!