Question about matrix ????

3 次查看(过去 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 CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by