Overload operator on Matlab dataset array
Following this response, I set out to do something similar for datasets.
The plus function mentioned in that answer, I got working fine for cell
arrays by putting the plus.m in an @cell-folder. However on trying the
exact same (slightly different implementation) in a @dataset-folder,
Matlab still gives an "undefined" error for both Dataset+Dataset and
plus(Dataset,Dataset).
What am I getting wrong?
No comments:
Post a Comment