what is the role of CEIL?
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Touhidul islam
 il 28 Dic 2017
  
    
    
    
    
    Risposto: Star Strider
      
      
 il 28 Dic 2017
            CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);
0 Commenti
Risposta accettata
  Star Strider
      
      
 il 28 Dic 2017
        The ceil (link) function rounds toward +Inf. In the assignment you posted, its function appears to be to avoid a zero index, since MATLAB indices must be integers greater than zero.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Special Characters 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!