I cannot see word 'c' from my command

5 vues (au cours des 30 derniers jours)
Gyujin Park
Gyujin Park le 15 Déc 2024
Réponse apportée : Saurav le 23 Déc 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 commentaires
Steven Lord
Steven Lord le 15 Déc 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 le 15 Déc 2024
Does it happen to be the case that in the command window, each 'c' is replaced by a space ?

Connectez-vous pour commenter.

Réponses (1)

Saurav
Saurav le 23 Déc 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!

Catégories

En savoir plus sur Entering Commands dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by