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

c16 data type #14

Open
segallis opened this issue Sep 15, 2020 · 0 comments
Open

c16 data type #14

segallis opened this issue Sep 15, 2020 · 0 comments

Comments

@segallis
Copy link

For c16 data types I needed to change one line from:
dataType = dtypesMatlab{strcmp(dtNPY(2:3), dtypesNPY)};
to:
dataType = dtypesMatlab{strcmp(dtNPY(2:end), dtypesNPY)};

since that npy type is three characters, not two like the rest

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

1 participant