- Add PS-simulink converter right before the mux and simulink-PS converter after the variable selector (as I did in the figure above).
- Replace your PS sources with simulink sources and only use a simulink-PS converter after the variable selector.
How do i switch between sources in a Simulink (Simscape) model acroding to a Workspace variable?
2 次查看(过去 30 天)
显示 更早的评论
I have a simscape simulink model, as shown in the picture:
I would like a specific run of the simulation to switch between the 4 possible signal sources acording to a Workspace variable WS. In other words, if WS=1 when the simulation runs, i would want the step signal to be the source. If WS=2 i would like the slope to be the sourse etc.
I saw some similar question and answers, but still havn't figured it out. Any help?
Thanks!
0 个评论
采纳的回答
Romain
2024-7-11
编辑:Romain
2024-7-11
Hi Aharon,
Here is how I would do it with Simulink signals, using a 4 input mux and a variable selector:
Specify selector mode as 'variable' to have the 'Idx' input of the variable selector, then connect your 'WS' constant block to the 'Idx' input. Variable selector and mux may not work with physical signal, so you can either:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Variable Initialization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!