Borrar filtros
Borrar filtros

How to use "raise to the power" function in matlab

57 visualizaciones (últimos 30 días)
Virajan Verma
Virajan Verma el 5 de Oct. de 2018
Editada: KSSV el 5 de Oct. de 2018
Jn(icounter)=sqrt(pow((Lxn_dash),2)+pow((mxn_dash),2)+pow((nxn_dash),2)) Lxn_dash to the power 2??

Respuestas (2)

Torsten
Torsten el 5 de Oct. de 2018
Jn(icounter) = sqrt(Lxn_dash^2 + mxn_dash^2 + nxn_dash^2)

KSSV
KSSV el 5 de Oct. de 2018
Editada: KSSV el 5 de Oct. de 2018
Lxn_dash^2
if your Lxn_dash is an array..you have to follow element by element power
Lxn_dash.^2

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by