Date: Dec 7, 2012 10:20 AM Author: panagiotis Subject: How can I specify counters for matrices? Hallo.
I want to give counters for matrices. I tried things like
for i=1:3
matr 'num2str(i)' =zeros(6,6);
end
but did not work.
Let's say i want to create 3 matrices matr1 , matr2 & matr3 all 6x6 points.
If anyone knows or has an idea , is welcome.
Panagiotis