Clear Filters
Clear Filters

getting error when used ginput

4 views (last 30 days)
SC P
SC P on 25 Nov 2018
Answered: madhan ravi on 25 Nov 2018
Following error is getting:
Error using int32
Too many output arguments.
Error in bound_box_25_11 (line 42)
[column, row] = int32(ginput(1));

Accepted Answer

madhan ravi
madhan ravi on 25 Nov 2018
[row,column]=ginput(1)

More Answers (0)

Categories

Find more on Visual Exploration in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!