How Create a vector given size(N) and the value of the max element(M)?
    20 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    CMdC
 am 21 Jan. 2021
  
    
    
    
    
    Kommentiert: CMdC
 am 21 Jan. 2021
            How Create a vector given size(N) and the value of the max element(M)?
0 Kommentare
Akzeptierte Antwort
  Daniel Pollard
      
 am 21 Jan. 2021
        Are those the only conditions?
linspace(1, M, N)
has N values which range from 1 to M. 
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Whos finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

