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

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2022 年 1 月 27 日
編集済み: KALYAN ACHARJYA 2022 年 1 月 27 日

0 投票

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.

サインインしてコメントする。

カテゴリ

製品

タグ

質問済み:

2022 年 1 月 27 日

コメント済み:

2022 年 1 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by