-
- Downloads
Added second output argument to setdiff method.
If o and p are two dates objects, then with [q, io] = setdiff(o, p) we obtain in q the elements belonging to o but not to p, and io is such that q = o(io).
Please register or sign in to comment