Info

This question is closed. Reopen it to edit or answer.

Acessing imrect with another callback

1 view (last 30 days)
linus Awuniji
linus Awuniji on 16 Jul 2019
Closed: Stephen23 on 16 Jul 2019
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.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!