how to change the bit of any matrix?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sultan Mehmood
el 1 de Jul. de 2019
Respondida: Shameer Parmar
el 1 de Jul. de 2019
A=[12 32 ;23 14];
>> D=A(:)';
>> S=de2bi(D);
>> S=de2bi(D)
S =
0 0 1 1 0 0
1 1 1 0 1 0
0 0 0 0 0 1
0 1 1 1 0 0
>> i want to make its 4th bit zero.. so what will i do?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!