% getting the data data = gsr.Channel(1).AmplitudeScale .* gsr.RawData(1, :)'; % plotting from second 504 through 514 plot(data(252000:256999));