Text/strings not working in Matlab 2018a
Mostrar comentarios más antiguos
I recently upgraded to Matlab 9.4.0.813654 (R2018a) from R2017a (where everything was working fine), and now whenever I plot things or sometimes when I form strings from variables the text doesn’t work at all.
Example:
plot(rand(100,1),’DisplayName’,’TestText’)
title(‘TestText’)
Gives me a plot with an empty legend and no title…

I have installed the same Matlab version on 3 computers and I only have this problem on one of them.
Any ideas on what could be causing it and how to fix it?
1 comentario
Christopher Creutzig
el 23 de Abr. de 2018
Have you checked which font is being used, or tried explicitly setting one you know works in other places?
Respuestas (1)
Rik
el 2 de Abr. de 2018
Maybe it would work if you replaced the curved accent
’
by a straight accent
'
6 comentarios
Petter Stefansson
el 2 de Abr. de 2018
Rik
el 2 de Abr. de 2018
I can't reproduce your output. I did notice that you didn't call legend, yet you get a legend anyway.
Petter Stefansson
el 2 de Abr. de 2018
Rik
el 2 de Abr. de 2018
If you think it is a corrupt installation, why don't you try re-installing it?
Walter Roberson
el 2 de Abr. de 2018
What shows up for
which -all text
Petter Stefansson
el 2 de Abr. de 2018
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!