Here is my sketch:
Pretty cool, eh?
ybar = cell(1,ftm.N);
% Iterate over n = 0, …, N-1 and evaluate modified state equation
for n = 1:ftm.N
[ybar{n}] = simulateTimeDomain(L{n},excite.fe{n},excite.yi{n},...
sim.T, U{n}, Uinv{n});
end
Here is my sketch:
Pretty cool, eh?
ybar = cell(1,ftm.N);
% Iterate over n = 0, …, N-1 and evaluate modified state equation
for n = 1:ftm.N
[ybar{n}] = simulateTimeDomain(L{n},excite.fe{n},excite.yi{n},...
sim.T, U{n}, Uinv{n});
end