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

93 vues (au cours des 30 derniers jours)
Virajan Verma
Virajan Verma le 5 Oct 2018
Modifié(e) : KSSV le 5 Oct 2018
Jn(icounter)=sqrt(pow((Lxn_dash),2)+pow((mxn_dash),2)+pow((nxn_dash),2)) Lxn_dash to the power 2??

Réponses (2)

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

KSSV
KSSV le 5 Oct 2018
Modifié(e) : KSSV le 5 Oct 2018
Lxn_dash^2
if your Lxn_dash is an array..you have to follow element by element power
Lxn_dash.^2

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by