Info

此问题已关闭。 请重新打开它进行编辑或回答。

Variablle abstraction possible in Simulink and/or Matlab?

1 次查看(过去 30 天)
Is there a way in Simulink (perferably - or in Matlab) to create an abstract data type? For example, in a Simulink state chart I want to have the arrival of a position change event trigger a transition to another state. I want the 'position' variable to be comprised of coordinates in 3-space. Can I define a 'position' variable to be composed of the following:
  • position.x - 16 bit integer
  • position.y - 32 bit integer
  • position.z - 32 bit floating pt.
At some level in the state chart hierarchy, simply refer to 'position'?
Thanks
-John

回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by