Skip to content

Missing complete path to struct2roiarray and suggested changes to README #74

@chrinb

Description

@chrinb

Fix

Missing complete path to struct2roiarray in \Nansen\code\datatypes\RoI.m, line 1424: obj = utilities.struct2roiarray(s); causes following warning and slower performance when running certain session methods:

Warning: While loading an object of class 'RoI':
Unable to resolve the name 'utilities.struct2roiarray'. 

Suggested fix:
obj = roimanager.utilities.struct2roiarray(s);

Changes to README.

Running Nansen in MATLAB 2024a returned this error:

Unable to resolve the name 'matlab.internal.language.introspective.resolveName'.

MATLAB 2023a does not have same error.

Suggest changing line 34 from
- NANSEN is not compatible with R2025a or newer yet; support is planned for 2026.

to earlier version without error (MATLAB 2023a does not have this error) :)

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