Skip to content

Add a meaningful error message for unsupported MATLAB versions #122

@chadagreene

Description

@chadagreene

Related to #11 and #118.

I just tried accessing some Zarr files for the first time using MATLAB 2024a, but it didn't work and the error messages I received were not very clear. Consider adding version checks to the top of each function along the lines of:

assert(~isMATLABReleaseOlderThan("R2024b"), 'Zarr support is for MATLAB version 2024b or newer.')

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions