Skip to content

pow6

Sixth power (X^6).

Y = pow6(X)

Returns X.^6 element-wise.

  • pow5 — Fifth power (X^5).
  • pow7 — Seventh power (X^7).
  • power — Element-wise exponentiation (function form of .^).