I have 4X4 stiffness matrix and evey element in matrix is a vecor. How can I write 'for' loop for this matrix so that I will get number of matrices according to variable as element in the matrix?
Show older comments
I am trying to vary my matrix of size 4X4. The element in the given matrix are the vectors of 10X1. Please help
2 Comments
Azzi Abdelmalek
on 26 Dec 2013
I will get number of matrices according to variable as element in the matrix?
What does that mean. Can you explain that with a short example, let us say a 2x2 cell array
A={[1 2],[3 4];[5 6],[7 8]}
Sandip More
on 26 Dec 2013
Edited: Azzi Abdelmalek
on 26 Dec 2013
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!