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

Merge branch 'master' of gitlab.liu.se:willo18/matlab_general

parents 0863d91c 4214ecf9
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