Info
This question is closed. Reopen it to edit or answer.
Acessing imrect with another callback
1 view (last 30 days)
Show older comments
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 Comment
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!