using a loop within a loop in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear all,
I have this problem
T=1000
for ii=1:T
for t=ii:T
'here a have a function that depends on t'
end
end
If I try to run this code I get an error that 'ii' is not recognised within the second loop. Is there a way to avoid this?
Best
2 comentarios
Adam Danz
el 29 de Mayo de 2020
Please provide the entire copy-pasted error message.
It may be helpful to know what release of matlab you're using.
Respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!