what is the meaning of the code?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    ARJUN K P
 am 20 Sep. 2015
  
    
    
    
    
    Beantwortet: Image Analyst
      
      
 am 20 Sep. 2015
            last16 = 42*ones(16,1);
1 Kommentar
Akzeptierte Antwort
  Image Analyst
      
      
 am 20 Sep. 2015
        It first uses the ones() function to make a 16-by-1 column vector of 1's. Then since it multiplies that by 42, it ends up with a column vector where every element has the value of 42. Any time you see a function that you don't know what it does, look it up in the help.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu NaNs finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


