[Error] - SubSystem block does not have a parameter named 'u'
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a simple simulink model,
- two states - On and OFF
- one output - y, attached to a scope
- one parameter - u
- transition rules - when u < 0 goto OFF, when u > 0 go to ON
I'm trying to do the following from the workspace,
set_param ('Model/Block','u','1')
and I'm getting 'subsystem block does not have a parameter named 'u''...all I want to do is to toggle the parameter 'u' from 0 to 1 and 1 to 0 to observe the effect on the scope..
Can someone plz point out where I have gone wrong?
Many thanks, Luke
1 comentario
Respuestas (0)
Ver también
Categorías
Más información sobre Subsystems 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!