I am using a MUX to vectorize different signals in my model for xPC Target 4.2 (R2009b). I want to use this signals in a simulation on my host computer and therefore I am using the "from xPC" block. But with this block it seems that it only extracts the first value of the vector signal.
Kshitij Singh answered .
2025-11-20
tg.ShowSignal = 'on',/pre>
Signals = INDEX VALUE BLOCK NAME LABEL
0 0.000000 Gain/s1 Gain
1 0.000000 Gain/s2 Gain
Now you can enter these signals as a cell array in the dialog box of the From xPC block:
{'Gain/s1', 'Gain/s2'}
Now the From xPC will extract the two signals.