刚才看了上面的帖子我用ginpu 和gtext函数试了下,具体情况如下:
在命令窗口输入:imshow(111.jpg)
[x,y]=ginput(15)
结果出现错误提示:
Maximum recursion limit of 1000 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space can
crash MATLAB and/or your computer.
Error in ==> ginput at 6
[px py] = ginput(1);
,我根据提示已经把限制改为1000了,为什么还是要提示错误?doc ginput看了下也没有相关介绍,希望版主能帮帮忙讲下怎么回事