>> microbeTracker
Loaded 1 images from a multipage TIFF
Error using matlab.ui.container.Panel/horzcat
While converting from 'cell':
The conversion returned a value of class 'matlab.mixin.Heterogeneous', which cannot
be inserted into an array of class 'matlab.ui.container.Panel'.
Error in microbeTracker/displayImage (line 1291)
dellist = [dellist get(handles.hfig,'Children')];
Error in microbeTracker/loadstackdisp (line 2990)
displayImage
Error in microbeTracker/loadstack (line 3030)
res = loadstackdisp(1,filename);
Error while evaluating UIControl Callback
Any suggestions would be appreciated.
Thanks,
Jeff
handles.maingui = figure('pos',[100 100 1000 800],'WindowButtonMotionFcn',@mousemove,'windowButtonUpFcn',@dragbutonup,'windowButtonDownFcn',@selectclick,'KeyPressFcn',@mainkeypress,'WindowKeyPressFcn',@wndmainkeypress,'WindowKeyReleaseFcn',@wndmainkeyrelease,'CloseRequestFcn',@mainguiclosereq,'Toolbar','none','Menubar','none','Name','MicrobeTracker 0.937','NumberTitle','off','IntegerHandle','off','ResizeFcn',@resizefcn);