I'm getting a confusing error message.
이전 댓글 표시
Unrecognized function or variable 'incomeTax'.
I do not understand why this variable is unrecognised.
Have attached a screenchot of my code.
Any help would be appreciated.
Thanks
답변 (1개)
Remove first two lines.
Name of the file and function should be the same.
help function
댓글 수: 2
Daoud Ahmad
2020년 11월 6일
blah('blah') % function call
function blah(x) % saved under the name blah.m
['blah blah ', x]
end
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!