Skip to content

BoundsError when struct contains 3D char array #176

@TomRottier

Description

@TomRottier

MWE:

In Matlab create struct with 3D char array and save as .mat

c1 = ['abc'; 'abc'];
char_array3D = cat(3, c1, c1)
s = struct('c', char_array3D)
save('s.mat', 's')

In Julia read .mat file containing 3D char array

using MAT
d = matread("s.mat")

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