a = [ 4 5 ; 6 7 ] --- b = [ 1 0 ; 0 1] ---- z = 2^a --- x = a&b ----
What processes occur on z and x

 Respuesta aceptada

Rik
Rik el 18 de Mzo. de 2018

2 votos

z=2^a; is a matrix exponentiation and x=a&b; is an element-wise logical AND operation.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Mzo. de 2018

Respondida:

Rik
el 18 de Mzo. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by