01-29-2021 04:00 PM
Hi,
I'm trying to plot on a Waveform Graph a series of plots which are taken over the same total time T, but with different time steps dt, meaning that each plot has a different number of points N. I know I can use a bundle to add timing information, but I can't do that while feeding the Graph with a 2D array of values. Is it possible to plot all of them, each one with its own timing information? I'm attaching a screenshot of the incorrect output, and of the code.
Solved! Go to Solution.
01-30-2021 07:07 AM
I could obviously interpolate or resample the data, but that's not a good solution because it alters it - I want to preserve the data as is. One easy way out is to visualize the data in Matlab, but that would be kinda silly to jump between programs just for that cause, wouldn't it?
Hopefully someone knows how to do that...
01-31-2021 02:32 AM
Instead of plotting arrays of data, you should be plotting arrays of waveforms. Each waveform contains the data and also the t0 and dT of the particular data.