Bonjour,

j'ai modifié un gui matlab avec la commande guide mais il retourne un msg d'erreur si dessous
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Reference to non-existent field 'frameAutomatic'.
 
Error in ==> InterfaceSegmentation>View_Automatic at 1030
set(handles.frameAutomatic, 'Visible', state)
 
Error in ==> InterfaceSegmentation>InterfaceSegmentation_OpeningFcn at 62
View_Automatic(handles,'off')
 
Error in ==> gui_mainfcn at 221
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure),
    varargin{:});
 
Error in ==> InterfaceSegmentation at 20
    gui_mainfcn(gui_State, varargin{:});
qui signifie ce message

Merci