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

error when using it with mac #46

Open
jel0624 opened this issue Dec 11, 2020 · 1 comment
Open

error when using it with mac #46

jel0624 opened this issue Dec 11, 2020 · 1 comment

Comments

@jel0624
Copy link

jel0624 commented Dec 11, 2020

av = readNPY('annotation_volume_10um_by_index.npy'); % the number at each pixel labels the area, see note below
Error using ==
Matrix dimensions must agree.

Error in readNPYheader (line 31)
if ~all(magicString == [147,78,85,77,80,89])

Error in readNPY (line 10)
[shape, dataType, fortranOrder, littleEndian, totalHeaderLength, ~] = readNPYheader(filename);

Is this error from running this on mac?

@nsteinme
Copy link
Contributor

nsteinme commented Dec 11, 2020 via email

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