I'm guessing that you have a column of timestamps (or equivalent) and a column of measurements. Plotting the measurements against the time will give you a series of line segments. The instantaneous derivative is just the slope of each of these line segments. So to determine the slopes you just need to divide the change in the measurement by the change in time at each point.