Variables location Simscape masks
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Nicolas Schmit
el 12 de Dic. de 2018
cross_sect is created in the mask of 'Stewart Platform System/Manipulator/Base/Skewed Hexagon'.
0 comentarios
Ver también
Categorías
Más información sobre Bodies en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!