I'm getting a confusing error message.
Ältere Kommentare anzeigen
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
Antworten (1)
Remove first two lines.
Name of the file and function should be the same.
help function
2 Kommentare
Daoud Ahmad
am 6 Nov. 2020
blah('blah') % function call
function blah(x) % saved under the name blah.m
['blah blah ', x]
end
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!