How do I create a function that interweaves two vectors of 1xN dimensions?
Show older comments
How do I create a function that interweaves two vectors of 1xN dimensions?
Accepted Answer
More Answers (1)
Walter Roberson
on 23 Jan 2013
V = reshape([V1;V2], 1, []);
2 Comments
Jose
on 24 Jan 2013
Walter Roberson
on 24 Jan 2013
Then the two vectors would not be "1xN dimensions" and it would be a different Question -- one would immediately attract questions about what it meant to interweave if the two vectors were not the same size.
Categories
Find more on Feature Detection and Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!