Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
vline
Browse files Browse the repository at this point in the history
  • Loading branch information
deadly7 committed Oct 9, 2016
1 parent 55f7cc3 commit 427da8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/CellSortLoadTrialsShiftCorrOnTrials.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@
qualityPlot = qualityPlot.^2;
figure;
plot(qualityPlot);
for i=1:numberGreen
vline(numFrameList(i), 's', greenFiles(i).name);
end
end

0 comments on commit 427da8e

Please sign in to comment.