Skip to content
Snippets Groups Projects
Commit f37d5230 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added a second output to setdiff method.

If A and B are dates objects, then

[C, IA] = setdiff(A, B)

returns a dates object C whose elements are the elements belonging to A
that are not member of B, and IA is a vector of integers such that C = A(IA).
parent 6befbedd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment