Azzera filtri
Azzera filtri

How to join two sequences in matlab?

3 visualizzazioni (ultimi 30 giorni)
Ram k
Ram k il 10 Mag 2016
Risposto: James Tursa il 10 Mag 2016
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].

Risposte (1)

James Tursa
James Tursa il 10 Mag 2016
x = [x1 x2];

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by