I cannot see word 'c' from my command

조회 수: 6 (최근 30일)
Gyujin Park
Gyujin Park 2024년 12월 15일
답변: Saurav 2024년 12월 23일
Hi everyone!
I have one simple problem with my matlab program.
I can see the word 'c' from script but I cannot see from command window.
Anyone know the reason?
Thanks!
  댓글 수: 2
Steven Lord
Steven Lord 2024년 12월 15일
I think we're going to need to see the contents of your script as well as what you're executing in the Command Window in order to have any chance at answering your question.
Walter Roberson
Walter Roberson 2024년 12월 15일
Does it happen to be the case that in the command window, each 'c' is replaced by a space ?

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

답변 (1개)

Saurav
Saurav 2024년 12월 23일
I understand that you are experiencing an issue where the letter 'c' is not displayed in the MATLAB Command Window, although it is visible in the script.
I assume that the letter 'c' is being entered and commands with it execute correctly, despite it appearing as a blank.
To address this issue, you can try the following workarounds:
  • Change the MATLAB font size from 13 to 14 : Go to Preferences -> MATLAB -> Fonts and set the Desktop code font to 14.
  • Use the New Desktop (beta version): From the MATLAB desktop, click on Add-Ons -> Get Add-Ons, and in the Add-on Explorer, search for "New Desktop for MATLAB".
  • Switch the MATLAB desktop language to English: Go to Preferences -> MATLAB -> General and change the Desktop language to English. If you are on macOS Sonoma systems, change the macOS locale to US English.
I hope this helps!

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by