Hello,
I would like to create some plots in Altair Activate. For this I need to get the simulation results to the base. Using the 'to base'-block I only get one value. I want to save all values of a signalflow in a vector.
My approach is to use an external activation for the 'to base'-block but still there is not vector created.
How can I do that?
Best regards
Nils
Hello Nils,
The ToBase block creates a matrix at a given time it doesn't create what you want.
Please use instead the SignalOut block.
This will create an OML structure that contains the time and the data, for each channel( input).
Thanks
Fady