From: Haitham Tahbub on 20 May 2010 04:23 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
|
Pages: 1 Prev: Ode23 returning a NaN answer Next: Link the coordinate-value between graphs |