tags:

views:

44

answers:

3

HI,

I want to find non-common examples of dynamic systems, to be modeled using UML.

Any ideas??

Thanks

A: 

What do you mean by "non-common"?

In any case, I don't think UML is the best tool you can use to model dynamical systems. Mathematica or Matlab would be much better suited.

CesarGon
A: 

Try real-time systems with timing diagrams if you are looking for challenges:)

Gabriel Ščerbák
A: 

For dynamic systems, there's really only the sequence diagram, which can show details about object creation/destruction and communication. The other behaviour diagrams like activity and state machines only show the behaviour of a single object.

ShiDoiSi