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

111 ビュー (過去 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 Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by