Greek character print in the command window, but not when I publish a script.

4 visualizaciones (últimos 30 días)
Using the code
fprintf('\x03b1 = %.5d\n',m);
fprintf('\x03b2 = %.5i',b);
I can print alpha and beta characters when I run a script in the command window, but when I try to publish the script as a pdf, both characters are printed as "#".
Is there a setting in "Publish" that can fix this?

Respuesta aceptada

Robert Lilly
Robert Lilly el 28 de Feb. de 2023
Movida: Walter Roberson el 28 de Feb. de 2023
Changing the publish settings back to "Factory Default" was the easiest solution. Then I just printed the solution as a pdf.

Más respuestas (1)

David Hill
David Hill el 28 de Feb. de 2023
display(char(945));
α
display(char(946));
β
  1 comentario
Robert Lilly
Robert Lilly el 28 de Feb. de 2023
For some reason nothing was working with my publish settings. I tried what you suggested as well as HEX character code, OCT character code, and \alpha and \beta, like the MATLAB documentation suggested. Reverting back to factory publish settings worked though.

Iniciar sesión para comentar.

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by