Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
hi ,im doing gui. there are 3 push button , one push button load folder x, one push button load folder y and one push button divide value from push button one and two, but im having this error
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
??? Undefined function or variable 'RMSmaxf_before'.
Error in ==> enfaiz>pushbuttonFRRBEFORE_Callback at 198 MF=RMSmaxf_before
Error in ==> gui_mainfcn at 96 feval(varargin{:});
Error in ==> enfaiz at 42 gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)enfaiz('pushbuttonFRRBEFORE_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
0 Kommentare
Antworten (2)
Chiranjit
am 23 Mai 2013
it seems you have not define RMSmaxf_before
why dont you put your code here so that we can look at it
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!