Hi,
I have been attemting to use MicrobeTracker to segment Phase Contrast images of E. coli.
I am running the ver.0.931 and my MATLAB version is R2017b.
I can open the GUI from command line or RUN->MicrobeTracker.m
However when I try to open a file (including the example provided), I seem to consistently get this error:
Error using matlab.ui.container.Panel/horzcat
Conversion to matlab.ui.container.Panel from cell is not
possible.
Error in microbeTracker/displayImage (line 1275)
dellist = [dellist get(handles.hfig,'Children')];
Error in microbeTracker/loadimagesdisp (line 2878)
displayImage
Error in microbeTracker/loadphase (line 2964)
loadimagesdisp(1,rawPhaseFolder)
Error in microbeTracker/loadstack (line 2914)
loadphase(hObject, eventdata)
Error while evaluating UIControl Callback.
Any help is appreciated.
Best
Chaitanya