plot water level(at fixed point) vs time
Show older comments
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
Answers (1)
Basheer
on 3 Aug 2015
0 votes
Categories
Find more on Surface and Mesh Plots 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!