Why do I get the error ' Unrecognized function or variable A'?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Here is the code that I used. How can I resolve this issue?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/875795/image.bmp)
0 Commenti
Risposte (1)
KALYAN ACHARJYA
il 27 Gen 2022
Modificato: KALYAN ACHARJYA
il 27 Gen 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 Commenti
Stephen23
il 28 Gen 2022
"Although variable A was recognized, I still got the wrong answer."
Because your code does not return the expected outputs.
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!