フィルターのクリア

Reference to non-existent field 'D1t'.

1 回表示 (過去 30 日間)
Paul Rogers
Paul Rogers 2019 年 12 月 15 日
回答済み: Cameron B 2019 年 12 月 16 日
hi there,
I need to run the file "Integration" I found in the web.
the input parameters are:
N: 54000
Pin: 100000
T: 303.3500
Vp: 0.0250
At: 0.0033
I just keep getting after I put all the necessary input.
I really can't find the solution.
Reference to non-existent field 'D1t'.

採用された回答

Cameron B
Cameron B 2019 年 12 月 16 日
PAR.Ac = (pi/4)*((PAR.D1t^2)-(PAR.D1h^2)); %Compressor area
There's no information for your PAR.D1t and PAR.D1h. I guess these are diameters. Consider adding these:
PAR.D1t = input ('Insert outer diameter (m) ' )
PAR.D1h = input ('Insert inner diameter (m) ')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by