Skip to content

pow7

Seventh power (X^7).

Y = pow7(X)

Returns X.^7 element-wise.

  • pow6 — Sixth power (X^6).
  • pow8 — Eighth power (X^8).
  • power — Element-wise exponentiation (function form of .^).