select only one value every four (or different numbers) in an array
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi, 
I would like to select only one value every four in an array. For instance, given an array [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16], I obtain
[4  8 12 16]. Are there simple commands to do this?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Logical 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!