Skip to content

Commit 6018fb4

Browse files
Update CoRegStandAlone/CoRegStandAlone.m
Co-authored-by: Copilot <[email protected]>
1 parent db5ef39 commit 6018fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoRegStandAlone/CoRegStandAlone.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
if nargin ~= 2
4747
fprintf('\n');
48-
error('MATLAB:minrhs', 'Not enough input arguments.');
48+
error('MATLAB:minrhs', 'Incorrect number of input arguments. Expected exactly 2 arguments.');
4949
end
5050

5151
assert(iscell(metabfile) && iscell(struc), 'Inputs must be entered as cell arrays.');

0 commit comments

Comments
 (0)