Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Merged with other entry at http://www.mathworks.com/matlabcentral/fileexchange/28135-standard-atmosphere-functions
This entry will not be kept up to date.
H = DENSITYALT(RHO,Param1,Val1,Param2,Val2,...) returns altitude, H, as a function of air density, RHO.
The input RHO can be followed by parameter/value pairs for further control:
inputUnits - String for units of input RHO, either kg/m³ or slug/ft³.
outputUnits - String for units of output H, either meters or feet.
atmosphereFunc - String determining atmosphere function to be used ( stdatmo | atmosisa | atmoscoesa | atmosnonstd ).
atmosphereArgs - Cell array of additional arguments to pass to atmosphereFunction after the density input (e.g. for non-standard atmospheres).
method - Method used for either searching for (with fzero or bisection) or interpolating a solution (the equations that define the standard atmosphere cannot be inverted in terms of density).
options - Options used for fzero or bisection methods.
and others.
Citar como
Sky Sartorius (2026). Density altitude calculator (https://la.mathworks.com/matlabcentral/fileexchange/39325-density-altitude-calculator), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Standard Atmosphere Functions
Inspiración para: Standard Atmosphere Functions
Información general
- Versión 2.1.0.0 (8,63 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 2.1.0.0 | Merged with other entry at http://www.mathworks.com/matlabcentral/fileexchange/28135-standard-atmosphere-functions
|
||
| 2.0.0.0 | Big rev: new input scheme and solution scheme using inputParser. New
|
||
| 1.2.0.0 | new method input, possibility, clean-up, example added, etc. |
||
| 1.1.0.0 | small documentation changes |
||
| 1.0.0.0 |
