Question about matrix ????

1 回表示 (過去 30 日間)
ahmad qadan
ahmad qadan 2018 年 3 月 18 日
回答済み: Rik 2018 年 3 月 18 日
a = [ 4 5 ; 6 7 ] --- b = [ 1 0 ; 0 1] ---- z = 2^a --- x = a&b ----
What processes occur on z and x

採用された回答

Rik
Rik 2018 年 3 月 18 日
z=2^a; is a matrix exponentiation and x=a&b; is an element-wise logical AND operation.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by