-
- Downloads
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).
Loading
Please register or sign in to comment