This shows you the differences between two versions of the page.
— |
cemtool:7.5:internaltoolbox:interrnal:cosh [2014/04/25 09:03] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[:cemtool]]>[[:cemtool:7.5]]>[[:cemtool:7.5:internaltoolbox]]>[[:cemtool:7.5:internaltoolbox:interrnal]] | ||
+ | |||
+ | ====== cosh ====== | ||
+ | 기하 쌍곡선 cosine 함수의 출력 | ||
+ | |||
+ | ===== 문법 ===== | ||
+ | <code matlab> | ||
+ | Y = cosh(X) | ||
+ | </code> | ||
+ | 입력 | ||
+ | X : 행렬 | ||
+ | 출력 | ||
+ | Y : 행렬 X 원소들의 기하 쌍곡선 cosine 값 | ||
+ | |||
+ | ===== 설명 ===== | ||
+ | 행렬 X의 원소들의 기하 쌍곡선 cosine 함수값을 출력한다. | ||
+ | |||
+ | ===== 예제 ===== | ||
+ | <file matlab ex.cem> | ||
+ | </file> | ||
+ | ===== 관련함수 ===== | ||
+ | |||