Azzera filtri
Azzera filtri

How to append different length column matrix to the end of a matrix?

4 visualizzazioni (ultimi 30 giorni)
Hi,
I want to add different length column matrix at the end of the matrix.
For example,
In 1 iteration, add 2 x1 matrix,
then in 2nd iteration, add 4 x 1 matrix,
then in 3rd iteration, add 6 x 1 matrix.
please suggest how to do this.
Thanks

Risposta accettata

Star Strider
Star Strider il 26 Dic 2021
One option is the cat function, another option is to use the square brackets [] concatenation operator.
.
  5 Commenti
SANDEEP SINGH RANA
SANDEEP SINGH RANA il 28 Dic 2021
Some problem is there in my function.
I will correct it. But thank you for the help.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by