Hi All
I want to ask question on matlab
if we write the following statement in M-file
for i=1:10
for j=1:10
a(i,j)=input('a(i,j)=')
end
end
so the program print the following
a(i,j)=
a(i,j)=
.
.
.
.a(i,j)
now the question How can create a program print the following
a(1,1)
a(1,2)
..
.
.
.
a(10,10)
Best regard


LinkBack URL
About LinkBacks
