plot water level(at fixed point) vs time
显示 更早的评论
hello guys, I am drawing water level h at nodes i (I use finite volume method) where i=1:m
so, the equation is h(i)=h(i)-(dt/dx)*(F1(i+1)-F1(i)); and the drawing code is
plot(h+Zb,'-')
hold on
plot(Zb,'-')
axis([0 m 0 5])
if I wanna draw the water level at i=100(fixed point) during time period where total time is tmax and time step is dt.
how can I do it? I know it is simple but I feel confused
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!