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 Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by