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) :)
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: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) :)