You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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])
This should work on mac. I think it didn't find the file it's trying to
load, or the file is corrupted maybe. Do you have
annotation_volume_10um_by_index.npy on your computer in a place it can be
found?
On Fri, Dec 11, 2020 at 11:56 AM jaeeonlee ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#46>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZ5IP2IX3QI4TNXSBPTCGLSUJ2OBANCNFSM4UXFBAMQ>
.
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?
The text was updated successfully, but these errors were encountered: