Is it possible 'automatically' create a new variable for each row of a system?
Basically you have a matrix (baby matrix) inside a larger matrix (mother matrix). how do I access the values inside the baby matrix. I'm sure there are better math terms to use here... sorry.
Say for example you have a certain number of wall lines in a building and along that wall line there different lengths of wall between openings. Now you have a row matrix for all the lengths of wall in that wall line. That matrix is in a larger matrix which contains all the walls at that floor level which may be inside of a matrix which has all the floors.
But in any case can I automatically create variables which will be equal to the baby matrix?
This may be confusing, I will try to work on an example.
Thanks!