I cannot see word 'c' from my command

2 visualizzazioni (ultimi 30 giorni)
Gyujin Park
Gyujin Park il 15 Dic 2024
Risposto: Saurav il 23 Dic 2024
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 Commenti
Steven Lord
Steven Lord il 15 Dic 2024
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 il 15 Dic 2024
Does it happen to be the case that in the command window, each 'c' is replaced by a space ?

Accedi per commentare.

Risposte (1)

Saurav
Saurav il 23 Dic 2024
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!

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by