필터 지우기
필터 지우기

Question about matrix ????

조회 수: 2 (최근 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