Problem with using many functions

There are many functions that I cannot use, it always shows the same error:
It's 2019b version. I cannot find way to solve this bug. Thank you if you have some advice.
"Attempt to execute SCRIPT mrdivide as a function:
C:\Program Files\MATLAB\R2019b_x64\toolbox\matlab\ops\mrdivide.m"

2 件のコメント

Sindar
Sindar 2020 年 2 月 26 日
Can you include some sample code?
ld zhu
ld zhu 2020 年 3 月 5 日
Thank you , the problem has been solved.

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

 採用された回答

Sahithi Metpalli
Sahithi Metpalli 2020 年 3 月 3 日

1 投票

Hi,
The above problems occur when
1.There exists a script file and function with same name. The script appears before the function in the MATLAB path causing the error.
2.You are attempting to call a script file by passing arguments to it similar to function.
To resolve the error, you could try one of the following:
  • Rename Script file
  • Change the current folder

1 件のコメント

ld zhu
ld zhu 2020 年 3 月 5 日
Thank you, the problem has been solved.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

質問済み:

2020 年 2 月 26 日

コメント済み:

2020 年 3 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by