Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dumas-Lefebvre Élie
breakup
Commits
0d7782b5
Commit
0d7782b5
authored
Nov 29, 2021
by
Elie Dumas-Lefebvre
Browse files
removal of a unused function
parent
fedde690
Changes
1
Hide whitespace changes
Inline
Side-by-side
FSD/comp_percentile.m
deleted
100644 → 0
View file @
fedde690
function x = comp_percentile(datas,value)
perc = prctile(datas,1:100);
[c index] = min(abs(perc'-value));
x = index+1;
end
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment