Y = cospi(X) computes
cos(X*pi) without explicitly computing X*pi. This
calculation is more accurate than cos(X*pi) because the floating-point
value of pi is an approximation of π. In particular:
Calculate the cosine of X*pi using the normal cos function.
Y = cos(X*pi)
Y = 1×5
1.0000 0.0000 -1.0000 -0.0000 1.0000
The results contain small numerical errors due to the fact that pi is a floating-point approximation of the true value of . For instance, Y(2) is not exactly zero even though .
Y(2)
ans =
6.1232e-17
Use cospi to calculate the same values. In this case, the results are exact.
The
cospi function fully supports tall arrays. For more information,
see Tall Arrays.
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
Thread-Based Environment Run code in the background using MATLAB® backgroundPool or accelerate code with Parallel Computing Toolbox™ ThreadPool.
The cospi function
fully supports GPU arrays. To run the function on a GPU, specify the input data as a gpuArray (Parallel Computing Toolbox). For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
The cospi 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.
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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.