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

조회 수: 93 (최근 30일)
Virajan Verma
Virajan Verma 2018년 10월 5일
편집: KSSV 2018년 10월 5일
Jn(icounter)=sqrt(pow((Lxn_dash),2)+pow((mxn_dash),2)+pow((nxn_dash),2)) Lxn_dash to the power 2??

답변 (2개)

Torsten
Torsten 2018년 10월 5일
Jn(icounter) = sqrt(Lxn_dash^2 + mxn_dash^2 + nxn_dash^2)

KSSV
KSSV 2018년 10월 5일
편집: KSSV 2018년 10월 5일
Lxn_dash^2
if your Lxn_dash is an array..you have to follow element by element power
Lxn_dash.^2

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by