How to add zero infront of number
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Muhammad Haziq
 le 1 Mar 2019
  
    
    
    
    
    Réponse apportée : Honglei Chen
    
      
 le 1 Mar 2019
            Hi,
I have to add 0 before a number let say num = 2. I want to show as num=02 
0 commentaires
Réponse acceptée
  Honglei Chen
    
      
 le 1 Mar 2019
        I don't think you can pad zero for a numeric number but you can do it when printing. For example
fprintf('num = %02d\n',2)
Is this what you want? HTH
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Matched Filter and Ambiguity Function dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!