03-28-2019 01:30 AM
In a waveform graph, if x axis is given timestamp values, how to find all the y axis values in between two particular timestamp values?
03-28-2019 03:20 AM
Hi ash,
In a waveform graph
Simply set the "Interpolation" style of your plot to "connect points" mode to see "all y values in between"…
how to find all the y axis values in between two particular timestamp values?
Use Interpolate1DArray on our input data…
03-28-2019 03:27 AM
Hi Gerd,
If i use interpolate function i can give only one input. How to give the range ( max and the min)?
03-28-2019 03:32 AM