--
We are all colleagues working together to shape brain imaging for tomorrow, please be respectful, gracious, and patient with your fellow group members.
---
You received this message because you are subscribed to the Google Groups "bids-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bids-discussi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bids-discussion/efe45ef8-3c00-4b41-b520-11b2fc12b79an%40googlegroups.com.
Same with BIDS matlab
BIDS = bids.layout(your_dataset_path);
subjects = bids.query(BIDS, 'subjects', 'sub', '*a');
files = bids.query(BIDS, 'data', 'sub', '*a');
To view this discussion on the web visit https://groups.google.com/d/msgid/bids-discussion/CAFXiavYusmekN8%2BRQX2agsjQoDh7WB4F%2BsishG8VLy8himJ8%3Dg%40mail.gmail.com.
Rémi Gau