Borrar filtros
Borrar filtros

Reference to non-existent field 'D1t'.

1 visualización (últimos 30 días)
Paul Rogers
Paul Rogers el 15 de Dic. de 2019
Respondida: Cameron B el 16 de Dic. de 2019
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'.

Respuesta aceptada

Cameron B
Cameron B el 16 de Dic. de 2019
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) ')

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by