![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17003498_1575299608998_DEF.jpg)
Sarah Fries
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,687
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 1 件の回答 | 0