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!