diff --git a/constructNPYheader.m b/constructNPYheader.m index ca2840e..37e8c09 100644 --- a/constructNPYheader.m +++ b/constructNPYheader.m @@ -63,7 +63,7 @@ for s = 1:length(shape) dictString = [dictString num2str(shape(s))]; - if s