Home Forums SYSTEM matlab component Reply To: matlab component

#43814
Profile Photo
Marc Verreault
Participant

Good day,

You have to access the contents of the data structure. For example plot(OutputPort1.Sampled.Signal) or plot(OutputPort1.Sampled.Time). It’s normally easier to declare local arrays in the MATLAB work space though. Cheers.

Categories