Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StdVectorDouble (and other similar classes) in MATLAB store java objects #3793

Open
carmichaelong opened this issue May 28, 2024 · 0 comments
Assignees

Comments

@carmichaelong
Copy link
Member

This can become an issue downstream. For instance:

table = TimeSeriesTable('filename.mot');
t0 = table.getIndependentColumn().get(0);

t0 is of type java.lang.Double. This then does not work for use with a function such as TimeSeriesTable::appendRow() as the first argument is of type double.

One work around is to pass in t0.doubleValue() instead, but this is difficult to track down for MATLAB users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants