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!
