Why do I get the error ' Unrecognized function or variable A'?

2 visualizaciones (últimos 30 días)
Kyla Marie Pabalan
Kyla Marie Pabalan el 27 de En. de 2022
Comentada: Stephen23 el 28 de En. de 2022
Here is the code that I used. How can I resolve this issue?

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 27 de En. de 2022
Editada: KALYAN ACHARJYA el 27 de En. de 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 comentarios
Kyla Marie Pabalan
Kyla Marie Pabalan el 28 de En. de 2022
I already tried the following:
  • A = [ ];
  • A equals specific values
Although variable A was recognized, I still got the wrong answer.
Stephen23
Stephen23 el 28 de En. de 2022
"Although variable A was recognized, I still got the wrong answer."
Because your code does not return the expected outputs.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by