Info
この質問は閉じられています。 編集または回答するには再度開いてください。
undefined function or varaible
6 ビュー (過去 30 日間)
古いコメントを表示
Hi,
Every time i run my file, it comes up with an error 'undefined function or variable (variable name). However, the name of the function is the old name of the file, i called it attempt2, however, i managed to get a good start on my project, so renamed the file to something else, and did a search and replace with everything attempt2. The error still happens
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 12 月 28 日
編集済み: madhan ravi
2018 年 12 月 28 日
The function has to be save in a separate file with the same name of a function if your using prior 2016b but since 2016b a script file can contain a function at the very end of the file.
Note: The file names should be unique not repeated (meaning the script file and the function name shouldn't be the same) .
doc function % read it
4 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!