Need help with Revisp
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tuaseef Khan
le 16 Juil 2017
Commenté : Tuaseef Khan
le 17 Juil 2017
I have no idea how to use matlab, but downloaded the source code to an opensource program to create 3D speheroids from an image. The program in question is ReViSP. However i keep getting multiple errors and as i dont understand the language used in matlab i cant seem to get the program running.
Trial>> START_GUI
Error using dir
Characters adjacent to a ** wildcard must be file separators.
Error in START_GUI>pushbutton2_Callback (line 248)
ImagesList = dir([ImageFolder '*' ImageBaseName InImageType]);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in START_GUI (line 86)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)START_GUI('pushbutton2_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Trial>> START_GUI
Error using dir
Characters adjacent to a ** wildcard must be file separators.
Error in START_GUI>pushbutton2_Callback (line 248)
ImagesList = dir([ImageFolder '*' ImageBaseName InImageType]);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in START_GUI (line 86)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)START_GUI('pushbutton2_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Error using dir
Characters adjacent to a ** wildcard must be file separators.
Error in START_GUI>pushbutton2_Callback (line 248)
ImagesList = dir([ImageFolder '*' ImageBaseName InImageType]);
if true
% code
end
0 commentaires
Réponse acceptée
Walter Roberson
le 16 Juil 2017
In the second edit text box from the top that comes up, the one that starts out containing
"Base name of the binary masks to be processed. E.g., Spheroid_"
you need to remove that text and replace it with something non-empty. For example if you opened the Test_Masks directory then you could put in Test_Culture_002
If you were to leave that field empty then starting in R2017a you would get the message you see.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur File Operations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!