datajoint/datajoint-matlab

Default popRel

Closed this issue · 3 comments

The Python version of datajoint implements a default value for the populate relation, i.e. the product of the parent tables. The majority of current DataJoint classes use this default.

I propose to replicate this feature in MATLAB.

I agree; this is a useful feature.

Fixed in #72

This feature was implemented in #72 and now merged into an official release v3.0.0 in #83.