Community Profile

photo

Greg McCurry


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to only show the last 10 iterations inside of this For Loop
h = 0.02; t = 0:h:20; N = length(t); x = zeros(N,1); y = zeros(N,1); z = zeros(N,1); e = @(t, x, y, z) y; ...

5 years ago | 1 answer | 0

1

answer