Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
How can I specify counters for matrices?
Posted:
Dec 7, 2012 10:20 AM
|
|
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
|
|
|
|