Why does the command window display this message repeatedly?

Hi guys.
When I was working in the code editor, the following message would be displayed repeatedly in the command window from times to times, it says "Replace row r of matrix A by its sum with m times row p."
What happened?? Such matter has occured for several times and I cannot find any useful info about it from the Internet.
How can I fix this, or simply filter this message? Thanks in advance!

4 件のコメント

Stephen23
Stephen23 2023 年 2 月 18 日
編集済み: Stephen23 2023 年 2 月 18 日
Are you using the function REPLACE from the LAYDATA toolbox? That function contains that exact message:
If so, the message seems to appear when the function is not called with all four of its input arguments.
Please show us the complete output of this command:
which replace -all
Jasmine Feng
Jasmine Feng 2023 年 2 月 18 日
編集済み: Jasmine Feng 2023 年 2 月 18 日
I haven't used the function replace explicitly, but I did receive these messages when I was typing some function names in the editor (I didn't even run the script). Meanwhile, when I finished a statement with a semicolon before starting a new statement, the message would not show. I thinks this is too weird.
I executed "which replace all" and it gave the follows:
>> which replace -all
F:\MATLAB_code\linear-alg\Data Sets\replace.m
replace is a built-in method % string method
replace is a Java method % java.lang.String method
E:\MATLAB\R2021b\toolbox\matlab\bigdata\@tall\replace.m % tall method
E:\MATLAB\R2021b\toolbox\mbc\mbclayouts\@xregcontainer\replace.m % xregcontainer method
E:\MATLAB\R2021b\toolbox\mbc\mbcview\@cgddnode\replace.m % cgddnode method
E:\MATLAB\R2021b\toolbox\parallel\parallel\@codistributed\replace.m % codistributed method
E:\MATLAB\R2021b\toolbox\matlab\strfun\replace.m % Shadowed
Torsten
Torsten 2023 年 2 月 18 日
F:\MATLAB_code\linear-alg\Data Sets\replace.m
Is this an .m file from you ? Then you should rename the function and the file.
Jasmine Feng
Jasmine Feng 2023 年 2 月 19 日
@Torsten Thank u. Hope that should be useful. I may take some time to check whether the message will display again.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2021b

質問済み:

2023 年 2 月 18 日

コメント済み:

2023 年 2 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by