Azzera filtri
Azzera filtri

Take value from matrix and add value .

2 visualizzazioni (ultimi 30 giorni)
Matrix S is given
S= [ 0 0 0 0 0
1 0 0 0 0]
I want to take 1st three number of second row which is 100 and then add with 1 which thee answer will 101 (binary)
The result should be like this
S= [ 0 0 0 0 0
1 0 0 0 0
1 0 1 0 0]
Can someone help me?

Risposta accettata

madhan ravi
madhan ravi il 7 Dic 2018
S(3,:)=S(2,:);
S(3,3)=1

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