Skip to content

pow5

Fifth power (X^5).

Y = pow5(X)

Returns X.^5 element-wise.

  • pow4 — Fourth power (X^4).
  • pow6 — Sixth power (X^6).
  • power — Element-wise exponentiation (function form of .^).