BLUED-events #Use octave/matlab for viewing the files #command to load the data var = load('') #To view plots plot(var(:,0),var(:,x)) #where x is in [2,3,4] 2->currentA 3->currentB 4->voltage