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!