I want to suppress: useCS = logical 1 in command window

조회 수: 62 (최근 30일)
David
David 2025년 12월 14일 12:54
편집: Star Strider 2025년 12월 15일 1:48
This "spam" repeats over and over in the command window. I want to suppress this.
useCS =
logical
1
useCS =
logical
1
  댓글 수: 1
David
David 2025년 12월 14일 22:38
이동: Torsten 2025년 12월 14일 23:59
In debug mode (output) I got this:
I tried several solutions suggested by grok/chatGPT but none of them worked. Im using R2026a so it might be a internal bug.
useCS = logical 1 Attempt to modify the tree during an update traversal. Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.setDefaultBehaviorForText
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.setDefaultBehaviorForTextArray
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createCartesianAxesTextInteractions
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createInteractionsForTitlesAndLabels
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractionsInSync
Error in matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractions>@()matlab.graphics.interaction.internal.UnifiedAxesInteractions.createDefaultInteractionsInSync(ax,is2dim,numDataSpaces)

댓글을 달려면 로그인하십시오.

답변 (2개)

Star Strider
Star Strider 2025년 12월 14일 13:02
편집: Star Strider 2025년 12월 15일 1:48
Without knowing more about your code or what it is dooing, see if puttting a semicolon (;) at the end of the line that assigns 'useCS' solves the problem.
(There is not enough information provided to suggest any other solution.)
EDIT -- (15 Dec 2025 at 01:48)
Since you are using the R2026a pre-release, you need to contact the appropriate support at MathWorks. This may be a bug they need to know about.
Also, if you have access to R2025b, see if it produces the same error.
.

Steven Lord
Steven Lord 2025년 12월 14일 14:38
You can tell MATLAB to enter debug mode when unsuppressed output occurs. Use this to determine where the semicolon on the line that assigns to the useCS is located, then add the semicolon.

카테고리

Help CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

제품


릴리스

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by