Why do I get the error ' Unrecognized function or variable A'?
1 view (last 30 days)
Show older comments
Here is the code that I used. How can I resolve this issue?
0 Comments
Answers (1)
KALYAN ACHARJYA
on 27 Jan 2022
Edited: KALYAN ACHARJYA
on 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 Comments
Stephen23
on 28 Jan 2022
"Although variable A was recognized, I still got the wrong answer."
Because your code does not return the expected outputs.
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!