photo

Sarah Fries


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Hi, I am having some trouble with a plot. I am trying to plot pressure vs. time using an equation for pressure with respect to time. Whenever I plot this I get a blank graph, so i'm not sure what the problem is. I appreciate any help!
Po = 400000; Patm = 101325; rhowater = 1000; Vo = .00133333; Anoz = pi*(.010668)^2; syms P t P = Po + (((-1.4*P*((P/Po)^(5...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Hello, I am having trouble plotting this graph. Whenever I run my code I get an error that I am not using the plot function correctly or I get a blank graph. I think it may have to do with how I solved my equation for T. Thanks for any help.
To = 273 Pair = 400000 Vo = .00066667 cp = 1 syms T t T = To - (Pair*((Vo*((T/To)^(-5/2))) - Vo)/cp)*t; Eqn = solve(T, t) ...

4 years 前 | 1 个回答 | 0

1

个回答