Input at time t of a loop
Show older comments
I am running a loop in my code that updates a vector, is there a way that I can write code to update the vector at say time 50, in a different way to the update specified in the loop.
Answers (1)
madhan ravi
on 5 Nov 2018
for i = 1:50:n %step 50
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!