Greek character print in the command window, but not when I publish a script.
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Robert Lilly
 am 28 Feb. 2023
  
    
    
    
    
    Verschoben: Walter Roberson
      
      
 am 28 Feb. 2023
            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? 
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
				Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!