Compose two vectors from one vector with step
Mostrar comentarios más antiguos
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 comentario
yousef Yousef
el 9 de Dic. de 2022
Movida: Voss
el 9 de Dic. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre RF Blockset Models for Transceivers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!