Log Float Array
Posted: Thu Sep 04, 2014 7:58 pm
Is there any way to log Float Array?
DSP Robotics and FlowStone Graphical Programming Software Support and Forums
https://dsprobotics.com/support/
So basically you want to log the x part (the indexes of values) - not the y part (the values them selfs). This is very tricky to do - simplest way is to use some kind of interpolation and create [x,y] point array where x value are "loged" and y values are created from that.Youlean wrote:Thanks, but I was thinking of how to log array, so that we don't need to turn on log on the graph line primitive.