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

조회 수: 2 (최근 30일)
Kyla Marie Pabalan
Kyla Marie Pabalan 2022년 1월 27일
댓글: Stephen23 2022년 1월 28일
Here is the code that I used. How can I resolve this issue?

답변 (1개)

KALYAN ACHARJYA
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
Kyla Marie Pabalan
Kyla Marie Pabalan 2022년 1월 28일
I already tried the following:
  • A = [ ];
  • A equals specific values
Although variable A was recognized, I still got the wrong answer.
Stephen23
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 CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by