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

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

parents 378646fa 81402d58
Branches
No related tags found
No related merge requests found
*.mex* *.mex*
IQM Tools/IQMpro/tools/01-MEXmodels/CVODEMEX/lib/CVODEmex25.lib
\ No newline at end of file
function [dupes, ind] = nonunique(A)
[~, i, ~] = unique(A,'first');
dupes = A(not(ismember(1:numel(A),i)));
ind=ismember(A,dupes);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment