Creating a mask/dialog of a subsystem and setting sample time for all components within
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Adam Keller
el 29 de Mayo de 2015
Respondida: Sebastian Castro
el 29 de Mayo de 2015
I have a subsystem that contains a discrete filter block(with various inputs), how can I make my mask/dialog for my subsystem that will set the sample time for the discrete filter within the block?
0 comentarios
Respuesta aceptada
Sebastian Castro
el 29 de Mayo de 2015
You can create a mask variable (for example, Ts ) that users can enter in the dialog box.
Then, inside the masked subsystem, you can set the sample time of the filter block to that variable Ts.
You can see how this all looks if you drag in a Discrete PID Controller block, for instance, right-click it, and select Mask > Look Under Mask.
- Sebastian
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Author Block Masks 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!