Save the first non-zero value in each column
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
EldaEbrithil
il 20 Ago 2020
Commentato: EldaEbrithil
il 20 Ago 2020
Hi all
i have a matrix like that
1 0 1
0 1 0
0 0 0
1 0 1
i want to save only the first non zero values in each column and obtain:
1 0 1
0 1 0
0 0 0
0 0 0
How can i do that?
Thank you for the help
Regards
0 Commenti
Risposta accettata
Più risposte (0)
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!