We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72dbe3 commit b411d8bCopy full SHA for b411d8b
+nix/Block.m
@@ -73,7 +73,7 @@
73
%-- 1D data arrays created with this function.
74
%-- e.g. size([1 2 3]) returns shape [1 3], which would not
75
%-- be accepted when trying to add an alias range dimension.
76
- if(size(data, 1) == 1)
+ if(shape(1) == 1)
77
shape = size(data, 2);
78
end;
79
0 commit comments