finding altitude using matlab atmosisa given pressure
Mostrar comentarios más antiguos
hello, im trying to determine altitude using matlab atmosisa function, given P = 61.7*1000;
What is the best way to go about solving this, thank you.
matlab atmosisa function
[T,a,P,rho,nu,mu] = atmosisa(height)
% given
p = 61.7*1000; % pascal
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 20 de Oct. de 2024
0 votos
Make sure you convert pascal to millibars .
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!