Simulink: How to add an Input Port to Timer
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear All,
How can add an Input Port to Timer, cos currently it only has Output Port.
How do I change the setting to allow an additional Input port to it?
Thanks and best regards, qiumei
3 Kommentare
Antworten (2)
Azzi Abdelmalek
am 12 Okt. 2012
Bearbeitet: Azzi Abdelmalek
am 12 Okt. 2012
- right click on your timer block
- click on disable link
- click on look under mask
- remove a clock block and replace it with input block from simulink/sources
Sachin Ganjare
am 9 Okt. 2012
You can remove clock block inside & can connect inport for providing 'time step' from outside.
Also you can put whole logic in enabled subsystem to have timer enable inport.
Hope it helps!!!
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!