Copy array columns to from matrix

12 vues (au cours des 30 derniers jours)
Yaju Rajbhandari
Yaju Rajbhandari le 12 Avr 2020
I have multiple array with 5 data in a column. Now i need to copy these to a matrix
For eg 5 array of 5x1 strcuture now I need to form 1 matrix of 5x5 but coping the array into matrix columns by column how do is do this????
  1 commentaire
James Tursa
James Tursa le 12 Avr 2020
Please give a small example with inputs and desired output. What are the variable names? What do the structure fields look like?

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 12 Avr 2020
Use commas and brackets:
matrix2d = [colVector1, colVector2, colVector3, colVector4, colVector5];

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by