Insert an index in a for loop
1 view (last 30 days)
Show older comments
Hi,
I need to create a for loop like
for i=1:size(A,1)
Matrix(index)(:,i)= expression
end
I want to get a list of matrix like
Matrix1,Matrix2,Matrix3,Matrix4...
is that possible?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements 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!