diff --git a/sisvd.m b/sisvd.m index 453e7b0..ee653cf 100644 --- a/sisvd.m +++ b/sisvd.m @@ -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.