- You want to change one value of the series or multiple values at same time?
- What is the purpose of providing series to selection input of switch block, as at a time only one will be connected.
switch controlled by signal
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Like the picture showing, the simin block will has a series of data from matlab that only contains 0 and 1. I wanna the switch go to R1 when data is 0 and go to R2 when data is 1 during the simulation. How could I do this ? Thank you. ![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205264/Capture.png)
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205264/Capture.png)
1 commentaire
Dhanashree Mohite
le 27 Fév 2019
Please elaborate on below points:
Réponses (1)
Dhanashree Mohite
le 27 Fév 2019
In case if one value to be given to the to selection input of switch block, you can use below options:
- Use constant block and change its value property using set_param from command window.
- Use toggle switch of dashboard in model itself and connect it to constant block. You’ll be able to change value through model itself.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!