Skip to content

No support for tags #4

@nick8493

Description

@nick8493

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions