Undefined function or variable
显示 更早的评论

Hi matlab users: I was trying to run a code in which I loaded a .mat file called cefff10.mat. I had this error mentioned in the title and I am sure the .mat exists in the same folder as the code and the its name is written correctly with lowercase letters, what could be the problem? I am so confused, any help? thanks
5 个评论
Star Strider
2014-12-8
Post the line that throws the error, and the complete error message.
Naema
2014-12-8
per isakson
2014-12-8
编辑:per isakson
2014-12-8
cefff10.mat   is the name of a file.
Run
whos -file cefff10.mat
to learn which variables is in that file. And read the help on load
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!