intmax in 64 bits
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Sergio Zlotnik
      
 il 30 Giu 2017
  
    
    
    
    
    Commentato: Steven Lord
    
      
 il 30 Giu 2017
            Hi all, Why the answer is not 9223372036854775807 ?
                                                          < M A T L A B (R) >
                                                Copyright 1984-2016 The MathWorks, Inc.
                                                 R2016a (9.0.0.341360) 64-bit (glnxa64)
                                                           February 11, 2016
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
  Academic License
>> intmax
ans =
    2147483647
2 Commenti
  Steven Lord
    
      
 il 30 Giu 2017
				I understand why you're confused. Whether MATLAB is a 32-bit or a 64-bit application does not change what intmax returns. You can ask for intmax of any of the eight integer types regardless of whether you're running a 32-bit version of MATLAB or a 64-bit version of MATLAB. As Stephen and Guillaume have said, intmax is equivalent to intmax('int32').
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Startup and Shutdown 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!


