Hi i am a new learner please help me
    2 views (last 30 days)
  
       Show older comments
    
The smallest number which can be stored by the int type is -2147483648. Check that this value is correct. Is there an equivalent bound for the type real? If so, what is this variable's name?
What is the value of this variable?
2 Comments
  Rik
      
      
 on 3 Jul 2020
				This is your homework. What have you tried yourself? Have you searched the documentation? Especially the 'see also' section may be useful for you.
Answers (1)
  KALYAN ACHARJYA
      
      
 on 3 Jul 2020
        >> intmin
ans =
  int32
   -2147483648
2 Comments
  KALYAN ACHARJYA
      
      
 on 4 Jul 2020
				First One: The smallest number which can be stored by the int type is -2147483648. Check that this value is correct. As its  your home work, hence I answered partially. Great You solve the second part. Keep learning. 
See Also
Categories
				Find more on Startup and Shutdown in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

