I have one for time loop under which a caclulation taking place for a 1d domain (let say 1:n). I want to plot my data against 1d domain for all times.
1 次查看(过去 30 天)
显示 更早的评论
for t=0:2:6
for i=1:n
%some calculation
end
% Let say this calculation gave us some value H(1:n) for t=0, t=2,and t=6
H
% I want to plot this H at all i. for all time steps (which will show me variation with time)
end
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!