Merging matrix into a table - Matlab question

  • Context: MATLAB 
  • Thread starter Thread starter nb89
  • Start date Start date
  • Tags Tags
    Matlab Matrix Table
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
nb89
Messages
37
Reaction score
0
I have a variable called 'Node' which has a 1x5 structure and each of the 5 cells is made up of other variables.
I now have a 1x5 matrix as a completely separate variable. I am trying to merge the two together, so that in cell 1 of the Node variable, i have the 1x1 value of the matrix, in cell 2 of the Node variable i have the 1x2 value of the matrix and so on.

At the moment all i can manage to do is get the whole matrix in each of the cells of the Node variable.

Hopefully i have made sense!

Thanks for any help.
 
Physics news on Phys.org
Actually don't worry, I've done it now :D