fuction -> numeric -> 找不到三角函數tan cos sin
labview help找不到我要的答案,請幫忙
cos (MathScript Function) (Windows, Not in Base Package)
Member of the trigonometric class.
Syntax
c = cos(a)
Description
Computes the cosine, in radians, of the input elements.
Inputs
Name | Description |
a | Specifies a real or complex matrix. |
Outputs
Name | Description |
c | Returns the cosine, in radians, of the elements in a. c is a real or complex matrix of the same size as a. |
Examples
Z = 0:pi/24:2*pi
C = cos(Z)