How to generate a random number that is either 100, 200, or 300.
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Karl
 el 7 de Oct. de 2022
  
    
    
    
    
    Comentada: Karl
 el 8 de Oct. de 2022
            Hello, I'm looking for a way to generate a random number that is either those 3 choices (nothing in between), utilizing only the rand, randi, round, floor, or ceil methods.  
0 comentarios
Respuesta aceptada
  Image Analyst
      
      
 el 8 de Oct. de 2022
        As long as it's not your homework, you can use my code:
r = 100 * randi(3, 1)
0 comentarios
Más respuestas (1)
Ver también
Categorías
				Más información sobre Logical en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



