How do i switch between sources in a Simulink (Simscape) model acroding to a Workspace variable?

1 次查看(过去 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!

采纳的回答

Romain
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:
  • 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.

更多回答(0 个)

产品


版本

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by