Detect change between two stateflow

1 visualización (últimos 30 días)
Theo Grancher
Theo Grancher el 19 de Oct. de 2022
Comentada: Fangjun Jiang el 20 de Oct. de 2022
I would like to determine if two state machines are different. I would like to be able to analyze their content for example because parameters accessible from a get_param() are not enought.
Is there a unique identifier for the state machines which increments when modified or even a state machine version number?
Thanks in advance

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 19 de Oct. de 2022
  4 comentarios
Theo Grancher
Theo Grancher el 20 de Oct. de 2022
The two model are open and in front of me and I'd like to see without looking inside chart block if there is a change. Maybe with a version parameter or a last save date...
Fangjun Jiang
Fangjun Jiang el 20 de Oct. de 2022
I don't think there is a practical solution for it now. Version parameter and save date, or the dirty flag, only applies to the model, not to a block. I checked the callback function, there is no such a function related to this, for example, 'ChangeFcn'.

Iniciar sesión para comentar.

Categorías

Más información sobre Complex Logic 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!

Translated by