How to extract information from matrix?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
If i have this matrix
B = [ 1 1 0 1
0 0 0 0
0 1 0 0
0 1 0 0 ]
how i can in some way to extract these information
- 1 1 0 1 , 1st row
- 1 0 1 1 , second column
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB 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!