Info
此问题已关闭。 请重新打开它进行编辑或回答。
Acessing imrect with another callback
1 次查看(过去 30 天)
显示 更早的评论
I have already created a dragable box using imrect and need to use another callback in expanding it. Please , I need a clue. I have tried the code code attached.
But I am getting the error below:
Error in CellAnalysis>button_process_Callback (line 135)
api = iptgetapi(h);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in CellAnalysis (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)CellAnalysis('button_process_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!