dicarding the mth binary digit

1 visualizzazione (ultimi 30 giorni)
Dija
Dija il 1 Dic 2014
Commentato: Dija il 1 Dic 2014
how can i discard any bianry digit i want in A for example if i discard the first one in A
A =
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
i want to get this
A =
0 0
0 1
1 0
1 1
0 0
0 1
1 0
1 1

Risposta accettata

Sean de Wolski
Sean de Wolski il 1 Dic 2014

Più risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by