Answers for "alternative from two vectors matlab"

0

alternative from two vectors matlab

A=[1; 0; 3; 4 ;6 ;0]; 
B=[5; 6; 7 ;0 ;4];
C=cat(1,A,B);
C([1:2:end,2:2:end])=C
Posted by: Guest on January-08-2022

Code answers related to "alternative from two vectors matlab"

Browse Popular Code Answers by Language