Function file does not work
古いコメントを表示
If I save a function in a file it is not work even I save the function file in the same folder of the code
the error is
'Undefined function 'Crouts1A' for input arguments of type 'double'.'
but if I write the function in the last code it is work.. how can I fix it.
My version Matlab is R2024a
4 件のコメント
Mathieu NOE
2024 年 9 月 10 日
That's weird
can you show the code ?
Stephen23
2024 年 9 月 10 日
My guess is a local function in a script, which seems to be a popular mistake these days. But without the code we can only guess.
Nehad
2024 年 9 月 10 日
@Nehad: do you see how the function name is underlined with a wavy orange line? Do not ignore these mlint warnings: right-click on the warning and see what the message tells you. Most likely that will help you solve your problem.
If you want us to help you then please upload your file here by clicking the paperclip button. We cannot run a screenshot.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
