I cannot see word 'c' from my command
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Steven Lord
el 15 de Dic. de 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
el 15 de Dic. de 2024
Does it happen to be the case that in the command window, each 'c' is replaced by a space ?
Respuestas (1)
Saurav
el 23 de Dic. de 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!
0 comentarios
Ver también
Categorías
Más información sobre Entering Commands en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!