ca apparait lorsque seulement 4 images sont affichées:
Warning: Could not find an exact (case-sensitive) match for 'Imagesc'.
C:\Program Files\MATLAB\R2009b\toolbox\matlab\specgraph\imagesc.m is a case-insensitive match and will be used instead.
You can improve the performance of your code by using exact
name matches and we therefore recommend that you update your
usage accordingly. Alternatively, you can disable this warning using
warning('off','MATLAB:dispatcher:InexactCaseMatch').
This warning will become an error in future releases.
> In figure2>pushbutton1_Callback at 95
In gui_mainfcn at 96
In figure2 at 42
In @(hObject,eventdata)figure2('pushbutton1_Callback',hObject,eventdata,guidata(hObject))
Warning: Could not find an exact (case-sensitive) match for 'TITLE'.
C:\Program Files\MATLAB\R2009b\toolbox\matlab\graph2d\title.m is a case-insensitive match and will be used instead.
You can improve the performance of your code by using exact
name matches and we therefore recommend that you update your
usage accordingly. Alternatively, you can disable this warning using
warning('off','MATLAB:dispatcher:InexactCaseMatch').
This warning will become an error in future releases.
> In figure2>slider1_Callback at 134
In gui_mainfcn at 96
In figure2 at 42
In @(hObject,eventdata)figure2('slider1_Callback',hObject,eventdata,guidata(hObject))
et ca apparait lorsque il n ya pas aucune affichage :
??? Subscripted assignment dimension mismatch.
Error in ==> please>pushbutton1_Callback at 90
seq_images(:,:,p) = dicomread(fullfile(rep,fileNames{p}));
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> please at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)please('pushbutton1_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
Merci pour votre réponse
Partager