From: Haitham Tahbub on
I want to implement and design a for loop inside for loop in Simulink

i actually want to do this in simulink :

r=7;
c=7;
for i = 1:r;
for j = 1:c;

{statments}

end
end


i used the for iteration block but i can't add more than one for iteration in this subsystem

can any one help me please .
Regards
Haitham