Why do I get the error ' Unrecognized function or variable A'?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Here is the code that I used. How can I resolve this issue?
0 Kommentare
Antworten (1)
KALYAN ACHARJYA
am 27 Jan. 2022
Bearbeitet: KALYAN ACHARJYA
am 27 Jan. 2022
You have to pass the input arguments to the function.
Please refer the following link to understand "How to the call function" or refer any tutorial.
2 Kommentare
Stephen23
am 28 Jan. 2022
"Although variable A was recognized, I still got the wrong answer."
Because your code does not return the expected outputs.
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!