Navigation Menu

Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmusco committed Oct 9, 2017
1 parent 2b363af commit 5120803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisvd.m
Expand Up @@ -47,7 +47,7 @@
center = false;
end
if(k < 1 || iter < 1 || bsize < k)
error('bksvd:BadInput','one or more inputs outside required range');
error('sisvd:BadInput','one or more inputs outside required range');
end

% Calculate row mean if rows should be centered.
Expand Down

0 comments on commit 5120803

Please sign in to comment.