Why do I get the error ' Unrecognized function or variable A'?
1 次查看(过去 30 天)
显示 更早的评论
Here is the code that I used. How can I resolve this issue?
0 个评论
回答(1 个)
KALYAN ACHARJYA
2022-1-27
编辑:KALYAN ACHARJYA
2022-1-27
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 个评论
Stephen23
2022-1-28
"Although variable A was recognized, I still got the wrong answer."
Because your code does not return the expected outputs.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!