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 332cf52 commit d17243dCopy full SHA for d17243d
spShift.m
@@ -9,7 +9,7 @@
9
% When 'shifts' is a row vector, all entries of the array are shifted by the
10
% amounts specified in 'shifts': the nth entry of 'shifts' is the shift for
11
% the nth dimension of the N-dimensional array. When 'shifts' is a matrix,
12
-% its mth row gives the N-diensional shift for the mth nonzero element of the
+% its mth row gives the N-dimensional shift for the mth nonzero element of the
13
% full array (i.e., the mth entry of sparse array structure's 'Ind' and 'Val'
14
% fields).
15
%
@@ -103,4 +103,4 @@
103
spC = spSum(spC,nDimA);
104
else
105
106
-end
+end
0 commit comments