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
thrownewError(format('invalid option. Cannot write to read-only array.'));
125
+
thrownewError(format('nullF4'));
126
126
}
127
127
}
128
128
}
@@ -142,7 +142,7 @@ function nditerStacks( x, dims ) {
142
142
for(i=0;i<M;i++){
143
143
d=normalizeIndex(dims[i],ndims-1);
144
144
if(d===-1){
145
-
thrownewRangeError(format('invalid argument. Dimension index exceeds the number of dimensions. Number of dimensions: %d. Value: `%d`.',ndims,dims[i]));
0 commit comments