Skip to content

Elements of StdVectorDouble in MATLAB returned as java.lang.Double instead of double #4048

Open
@nickbianco

Description

@nickbianco

Encountered during review of #4039.

This following snippet failed on a Mac arm64 machine running arm64 MATLAB, but was not reproducible on another similar machine.

>> table = TimeSeriesTable('my_data.sto');
>> times = table.getIndependentColumn();
>> class(times.get(i))

ans =

    'java.lang.Double'

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions