Bonjour à tous

J'ai crée une GUI matlab lors de l'exécution de mon code, il produit les erreurs suivants

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
??? Error using ==> feval
Undefined function or method 'libSVMGUI_CreateFcn' for input arguments of type 'double'.
 
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
 
Error in ==> libSVMGUI at 44
    gui_mainfcn(gui_State, varargin{:});
 
??? Error using ==> struct2handle
Error while evaluating figure CreateFcn
 
??? Error using ==> feval
Undefined function or method 'pmnuData_CreateFcn' for input arguments of type 'double'.
 
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
 
Error in ==> libSVMGUI at 44
    gui_mainfcn(gui_State, varargin{:});
 
Error in ==> guidemfile>@(hObject,eventdata)libSVMGUI('pmnuData_CreateFcn',hObject,eventdata,guidata(hObject))
 
 
??? Error using ==> struct2handle
Error while evaluating uicontrol CreateFcn
 
??? Error using ==> feval
Undefined function or method 'pmnuLabels_CreateFcn' for input arguments of type 'double'.
 
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
 
Error in ==> libSVMGUI at 44
    gui_mainfcn(gui_State, varargin{:});
Qu'est ce qui signifie ces messages d'erreur et d'ou vient l'erreur?
Aidez moi SVP car je ne vois pas qu'il s'agit d'une faute et merci