photo

Sarah Fries


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


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) ...

environ 4 ans il y a | 1 réponse | 0

1

réponse