disp(‘hello world’);
    85 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
disp (‘hello world’);
2 Commenti
  Walter Roberson
      
      
 il 2 Ago 2025
				That is incorrect. The function hello does not accept any input parameters, and does not return any outputs.
Risposta accettata
  Chris
      
 il 27 Gen 2023
        
      Modificato: Chris
      
 il 27 Gen 2023
  
      disp ('hello world');
Your apostrophes are wrong. How did you generate them? Here is your version:
disp (‘hello world’);
You could also use double quotes: " "
1 Commento
  DGM
      
      
 il 4 Ago 2025
				
      Modificato: DGM
      
      
 il 20 Ago 2025
  
			This is a common problem that happens when people copy-paste code that's presented on websites that use prettytext formatting.  I don't know if there are other issues with localization that could cause the same thing, but there are countless websites full of curly-quoted code.  It's up to you to watch out for bad quotes, hyphens, and spaces.
It doesn't show up in the forum editor, but these invalid characters should be highlighted by your editor.

Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Graphics Object Programming in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!