different ways of storing data in block
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ajay krishna Vasanthakumar
el 26 de Jun. de 2020
Respondida: Walter Roberson
el 26 de Jun. de 2020
Hello all,
is there anyother way to store data in the block other than userdata ?
do we have any possiblity to create custom parameters in simulink block ?
like set_param(gcb,'foo','foo');
Thanks,
V. Ajay Krishna
2 comentarios
Ajay krishna Vasanthakumar
el 26 de Jun. de 2020
Editada: Ajay krishna Vasanthakumar
el 26 de Jun. de 2020
Respuestas (1)
Walter Roberson
el 26 de Jun. de 2020
Set the block RTWdata field. I have tested that it is saved and restored in a normal model.
Unless, that is, you are using Level-2 S Blocks, in which case you would do something different.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!