12-07-2021 08:54 PM
Hi. I have programming that looks like the dump below. Are there ways I can improve on this.
The Waveform function has an array for Y (implying multiple values) while the t0 is just a single time element. However, my data is sporatic suggesting a different non-regular time for every Y element.
My wish is to input an array for the Y's and the same size array for the t's ??
or
Am I stuck with processing every Y-t set separately ??
Regards JC.......
12-07-2021 09:38 PM
Small portion of the code cannot explain what you are doing....
Share the code so that we can better understand
12-07-2021 10:09 PM
@pushkin wrote: my data is sporatic suggesting a different non-regular time for every Y element.
Regards JC.......
Sounds like a X-Y chart is what you need.
12-07-2021 10:46 PM
RTSLVU said XY graph.
However I need to use a Chart, since the data arrives incrementally and it is substantial over time.
Regards JC......