Hi,
When I use your load button to reload my models I get an error message, as below;
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6+6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in im_browser>menuModelsLoad_Callback (line 1528)
loadModelBtn_Callback(handles.loadModelBtn, eventdata, handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuModelsLoad_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
Any ideas on what is going wrong?
Thanks
Hi,
most likely the problem due to the "+" sign in the path name.
Try to rename directory "deltaP6+6" to "deltaP6plus6"
Ilya
Hi,
I tried changing the directory like you suggested. But I still got the error.
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6_6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('loadModelBtn_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
Thanks for the fast feedback,
Catherine
From: Ilya Belevich [ajaxel@users.sf.net]
Sent: Thursday, January 07, 2016 5:58 PM
To: [im-browser:tickets]
Subject: [im-browser:tickets] #3 Error when trying to load models
Hi,
most likely the problem due to the "+" sign in the path name.
Try to rename directory "deltaP6+6" to "deltaP6plus6"
Ilya
[tickets:#3]http://sourceforge.net/p/im-browser/tickets/3/ Error when trying to load models
Status: New
Created: Thu Jan 07, 2016 04:36 PM UTC by Catherine Maclachlan
Last Updated: Thu Jan 07, 2016 04:36 PM UTC
Owner: Ilya Belevich
Hi,
When I use your load button to reload my models I get an error message, as below;
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6+6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in im_browser>menuModelsLoad_Callback (line 1528)
loadModelBtn_Callback(handles.loadModelBtn, eventdata, handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuModelsLoad_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
Any ideas on what is going wrong?
Thanks
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/im-browser/tickets/3/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#3Hmm, that's interesting...
I still think that the problem is in the path, for example, you still have a space or some unprinted character in:
"...reduced stack /reduced...". Try to rename 'reduced_stack ' to 'reduced_stack' (without the space character at the end)
It worked, Thank you very much!! If I have further problems am I okay to email you on this email address?
Thanks,
Catherine Maclachlan
From: Ilya Belevich [ajaxel@users.sf.net]
Sent: Friday, January 08, 2016 11:08 AM
To: [im-browser:tickets]
Subject: [im-browser:tickets] #3 Error when trying to load models
Hmm, that's interesting...
I still think that the problem is in the path, for example, you still have a space or some unprinted character in:
"...reduced stack /reduced...". Try to rename 'reduced_stack ' to 'reduced_stack' (without the space character at the end)
[tickets:#3]http://sourceforge.net/p/im-browser/tickets/3/ Error when trying to load models
Status: New
Created: Thu Jan 07, 2016 04:36 PM UTC by Catherine Maclachlan
Last Updated: Thu Jan 07, 2016 04:58 PM UTC
Owner: Ilya Belevich
Hi,
When I use your load button to reload my models I get an error message, as below;
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6+6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in im_browser>menuModelsLoad_Callback (line 1528)
loadModelBtn_Callback(handles.loadModelBtn, eventdata, handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuModelsLoad_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
Any ideas on what is going wrong?
Thanks
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/im-browser/tickets/3/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#3Glad to hear,
sure you can email me or you can post stuff here as well.
It does not really matter :]
Hi, I have been following your tutorials to try and select out the mitochondria of our cell. Everything has been going well until I tried to use the replace selected are in the image function to make my pre-existing models match the background. I followed what you do in the video exactly but when I do I receive this error message;
Error using memory
Function MEMORY is not available on this platform.
Error in imageData/replaceImageColor
Error in im_browser>menuSelectionImageReplace_Callback (line 1692)
handles = handles.Img{handles.Id}.I.replaceImageColor(handles, 'selection');
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuSelectionImageReplace_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
I am using a mac computer.
Hope to hear from you soon,
Catherine Maclachlan
From: Ilya Belevich [ajaxel@users.sf.net]
Sent: Friday, January 08, 2016 11:52 AM
To: [im-browser:tickets]
Subject: [im-browser:tickets] #3 Error when trying to load models
Glad to hear,
sure you can email me or you can post stuff here as well.
It does not really matter :]
[tickets:#3]http://sourceforge.net/p/im-browser/tickets/3/ Error when trying to load models
Status: New
Created: Thu Jan 07, 2016 04:36 PM UTC by Catherine Maclachlan
Last Updated: Fri Jan 08, 2016 10:08 AM UTC
Owner: Ilya Belevich
Hi,
When I use your load button to reload my models I get an error message, as below;
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6+6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in im_browser>menuModelsLoad_Callback (line 1528)
loadModelBtn_Callback(handles.loadModelBtn, eventdata, handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuModelsLoad_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
Any ideas on what is going wrong?
Thanks
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/im-browser/tickets/3/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#3Hi Catherine,
thank you for reporting this!
It seems that this function (memory) is only available on Windows, I will make a fix for that.
Hi again,
I fixed use of memory function on Mac and Linux.
The Matlab version (but not the compiled ones) of MIB has been updated now to 1.01.
Try to update it via Menu->Help->Check for Update
Hi,
That update seems to have got it working. Thanks.
From: Ilya Belevich [ajaxel@users.sf.net]
Sent: Monday, January 18, 2016 1:58 PM
To: [im-browser:tickets]
Subject: [im-browser:tickets] #3 Error when trying to load models
Hi again,
I fixed use of memory function on Mac and Linux.
The Matlab version (but not the compiled ones) of MIB has been updated now to 1.01.
Try to update it via Menu->Help->Check for Update
[tickets:#3]http://sourceforge.net/p/im-browser/tickets/3/ Error when trying to load models
Status: New
Created: Thu Jan 07, 2016 04:36 PM UTC by Catherine Maclachlan
Last Updated: Mon Jan 18, 2016 12:05 PM UTC
Owner: Ilya Belevich
Hi,
When I use your load button to reload my models I get an error message, as below;
Error using load
Unable to read file '/Volumes/BioEM/gisou/Patrick/FIB Data/deltaP6+6/220415/reduced stack /reduced/Labels_reduced stack_crop0000.mat'. No
such file or directory.
Error in loadModelBtn_Callback (line 39)
res = load([path filename{1}]);
Error in im_browser>menuModelsLoad_Callback (line 1528)
loadModelBtn_Callback(handles.loadModelBtn, eventdata, handles);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in im_browser (line 60)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)im_browser('menuModelsLoad_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
Any ideas on what is going wrong?
Thanks
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/im-browser/tickets/3/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#3