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
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
2023년 2월 18일
편집: Jasmine Feng
2023년 2월 18일
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
2023년 2월 19일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!