Please Help me solve this loop!
Mostrar comentarios más antiguos
Hello,
I am just student, I want to learn matlab more. But i get some trouble with loop

With t=1 i know how to code, however, Si(t-1) i don't know how to code, can you help me and teach me code for this loop , please ?
1 comentario
Respuestas (2)
Walter Roberson
el 10 de Dic. de 2020
s(i,t) = s(i, t-1) + q(i,t) - d(i,t)
1 comentario
Kevin
el 10 de Dic. de 2020
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!