acosh
Inverse hyperbolic cosine
Syntax
Description
Examples
Find the inverse hyperbolic cosine of the elements of vector X. The acosh function acts on X element-wise.
X = [2 -3 1+2i]; Y = acosh(X)
Y = 1×3 complex
1.3170 + 0.0000i 1.7627 + 3.1416i 1.5286 + 1.1437i
Plot the inverse hyperbolic cosine function over the interval .
x = 1:0.01:5; plot(x,acosh(x)) grid on xlabel('x') ylabel('acosh(x)')

Input Arguments
Hyperbolic cosine of angle, specified as a scalar, vector, matrix, multidimensional
array, table, or timetable. The acosh operation is element-wise when
X is nonscalar.
Data Types: single | double | table | timetable
Complex Number Support: Yes
More About
For real values in the domain , the inverse hyperbolic cosine satisfies
For complex numbers , as well as real values in the domain , the call acosh(z) returns complex results.
Extended Capabilities
The
acosh function fully supports tall arrays. For more information,
see Tall Arrays.
Usage notes and limitations:
Generates an error during simulation and returns
NaNin generated code when the input valuexis real, but the output should be complex. To get the complex result, make the input value complex by passing incomplex(x).
Usage notes and limitations:
Generates an error during simulation and returns
NaNin generated code when the input valueXis real, but the output should be complex. To get the complex result, make the input value complex by passing incomplex(X).
This function fully supports thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
The acosh function
supports GPU array input with these usage notes and limitations:
If the output of the function running on the GPU can be complex, then you must explicitly specify its input arguments as complex. For more information, see Work with Complex Numbers on a GPU (Parallel Computing Toolbox).
For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
This function fully supports distributed arrays. For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox).
Version History
Introduced before R2006aThe acosh function can calculate on all variables within a table or
timetable without indexing to access those variables. All variables must have data types
that support the calculation. For more information, see Direct Calculations on Tables and Timetables.
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)