MATLAB: Getting error when used ginput

ginput

Following error is getting:
Error using int32
Too many output arguments.
Error in bound_box_25_11 (line 42)
[column, row] = int32(ginput(1));

Best Answer

[row,column]=ginput(1)