Error while starting a gui
Show older comments
I created a matlab gui to load some text files and process the data it contains. The GUI works all fine, but whenever i load the data, it gives me the following errors
>> guide
Undefined function or variable 'ProcessData_momentum'.
Error in
matlab.graphics.internal.figfile.FigFile / read> @ (hObject, eventdata) ProcessData_momentum ('Momentum_CreateFcn', hObject, eventdata, guidata (hObject))
Although there is no function or variable in my gui file naming "ProcessData_momentum". The gui still runs fine and does not give me anymore errors for subsequent uses, but whenever I first time open the gui, this error msg is still there. I am unable to find the source of this error. Any help is highly appreciated.
Accepted Answer
More Answers (0)
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!