Skip to content

Issue and solution in xml_read.m #90

@jsalas-field

Description

@jsalas-field

I'm running OpenEP with MATLAB R2024b and caught an issue with the xml_read.m script

The way the script is written, it returns 4.200 instead of 24.2000 for the version number and need be adjusted as follows to return 24.2000. This is an issue because imports then fail since it reports a version lower than the "minimum" required:

str2double(regexp(v.Version, '^\d+\.\d+', 'match', 'once'))

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