Skip to content

Commit

Permalink
Update get_percentile.m
Browse files Browse the repository at this point in the history
- minor typo
  • Loading branch information
ggrecow committed Jan 10, 2025
1 parent 1368160 commit 3ffae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/get_percentile.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
% Calculate the value exceeded during <PercentValue> of the time
%
% INPUT:
% input: vector [nSamples x 1] - contain values to be evaluated (typically a time vector)
% PercentValue: desired % value exceeded during nSamples
% input: vector containing values to be evaluated (typically a time vector)
%
% OUTPUT:
% OUT: value exceeded during <PercentValue> of the time
Expand Down

0 comments on commit 3ffae22

Please sign in to comment.