t=data{8}.Values.Time; RPM=data{8}.Values.Data; TarRPM=data{16}.Values.Data; figure(1); plot(t, TarRPM, t, RPM); grid on;