We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795ea12 commit 44bcf43Copy full SHA for 44bcf43
src/+patchview/reshapeto2D.m
@@ -16,7 +16,7 @@
16
patchescell = dimsplit(1, patches);
17
18
% reshape each patch
19
- pfn = @(p) patchview.reshapeto2D(reshape(p, patchSize), patchSize);
+ pfn = @(p) patchview.reshapeto2D(reshape(p, patchSize));
20
patchesreshapedcell = cellfunc(pfn, patchescell);
21
22
% add a line between patches.
0 commit comments