Azzera filtri
Azzera filtri

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

57 visualizzazioni (ultimi 30 giorni)
Virajan Verma
Virajan Verma il 5 Ott 2018
Modificato: KSSV il 5 Ott 2018
Jn(icounter)=sqrt(pow((Lxn_dash),2)+pow((mxn_dash),2)+pow((nxn_dash),2)) Lxn_dash to the power 2??

Risposte (2)

Torsten
Torsten il 5 Ott 2018
Jn(icounter) = sqrt(Lxn_dash^2 + mxn_dash^2 + nxn_dash^2)

KSSV
KSSV il 5 Ott 2018
Modificato: KSSV il 5 Ott 2018
Lxn_dash^2
if your Lxn_dash is an array..you have to follow element by element power
Lxn_dash.^2

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by