??? Error using ==> feval Undefined function or method 'XX' for input arguments of type 'struct'.
Mostra commenti meno recenti
I got the below error when calling a function
??? Error using ==> feval Undefined function or method 'PB_NewVer_Callback' for input arguments of type 'struct'.
The path which contains the necessary .p files is also added in Matlab path. (But if the function is called when the current matlab path is the path containing the .p files, no error)
Can anyone help me in this as soon as possible?
Risposte (2)
Sean de Wolski
il 5 Giu 2012
This sounds like the folder containing said *.p files is not on the path. Use the pathtool to add them and save the path:
>>pathtool
Anusuya Mani
il 5 Giu 2012
0 voti
1 Commento
hust
il 3 Apr 2014
could you tell me how to solve this problem in detail? i just copied and pasted my .m and .fig in an other version matlab, and got the error as the same as you.
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!