x = [x1 x2];
How to join two sequences in matlab?
3 次查看(过去 30 天)
显示 更早的评论
I have a two sequences x1=[5 5 1 5 4 1 2 3 5 5 1 5], x2=[3 9 7 6 6 10 12 15 15 15 13], how to join these two to form a one sequence like this x=[5 5 1 5 4 1 2 3 5 5 1 5 3 9 7 6 6 10 12 15 15 15 13].
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!