what does format short in a matlab code do??
    19 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Format short 
0 Commenti
Risposta accettata
  DGM
      
      
 il 29 Nov 2021
        
      Modificato: DGM
      
      
 il 29 Nov 2021
  
      It just changes the display format used when numbers are printed to console. 
format long
pi
format short
pi
There are other options.  See help format for more info.  I should point out though that it's strictly a display formatting tool.  The numbers themselves aren't changed.  
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

