-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Rtxi version: cd7a464886fd5cd9c63c778f7c8effe2c2bca81c
Using the new RTXI tag feature breaks the matlab scripts, as the tag data is in the same tier as the trials
Error message when trying to use getTrial:
%%
Index exceeds matrix dimensions.
Error in getParameters (line 25)
numParameters = size(fileinfo.GroupHierarchy(1).Groups(trialNum).Groups(2).Datasets,2);
Error in getTrial (line 65)
[trial.parameters, trial.numParameters] = getParameters(fname,trialNum);
%%
Additional errors follow if trying to call getTrial with trialNum = 2, as it tries to find Trial2, which doesn't exist.
Metadata
Metadata
Assignees
Labels
No labels