Skip to content
Snippets Groups Projects
Commit 4214ecf9 authored by William Lövfors's avatar William Lövfors
Browse files

added the shuffle function

parent 613ade41
No related branches found
No related tags found
No related merge requests found
No preview for this file type
function v=shuffle(v)
v=v(randperm(length(v)));
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment