how to count how many time rows of an matrix apear in other matrix
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Agung Pratama Pujayasa
il 20 Giu 2022
Commentato: Agung Pratama Pujayasa
il 21 Giu 2022
so i have local matrix
local = [1 1 3;
1 2 7;
1 3 5];
and global matrix
global = [1 1 3;
2 1 4;
1 3 5;
2 4 5];
is there's way i can get the amount of times rows fom local matrix is used in global matrix?in said example it should be 2
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical 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!