how to write matrix size in matlab

1 visualización (últimos 30 días)
moni sinha
moni sinha el 30 de Nov. de 2018
Abierta de nuevo: Walter Roberson el 20 de Dic. de 2018
h1 =1x255 logical
h3 = 1x255 logical
howto do bitxor of h1 and h3
h1 is converted into binary form and represented into column wise (1 to 255)
h3 is also converted into binary form and represented into column wise (1 to 255)
.how to represent h1 and h3 in matlab and do xor operation
  4 comentarios
KSSV
KSSV el 30 de Nov. de 2018
Show us your code..so that we can rectify the error.
Jan
Jan el 30 de Nov. de 2018
Madhan is right: This is a duplicate question. Please, moni sinha, post a question only once to avoid confusing the readers and wasting the time of the ones, who try to help you.

Iniciar sesión para comentar.

Respuestas (1)

Preethi
Preethi el 30 de Nov. de 2018
hi,
use
bitxor(h1,h3)

Categorías

Más información sobre Semiconductors and Converters en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by