Compose two vectors from one vector with step
Mostra commenti meno recenti
Hi, I have vector S=[1:64]. I want to compose two vectors:
S_1=[ 1 2 3 4 9 10 11 12 17 18 19 20 ....], step of M=4
S_2=[5 6 7 8 13 14 15 16 21 22 23 24....], step of M=4
L=length(S)
length(S_1)=length(S_2)=L/2
1 Commento
yousef Yousef
il 9 Dic 2022
Spostato: Voss
il 9 Dic 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su RF Blockset Models for Transceivers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!