Finding connection between elements of an array
Mostra commenti meno recenti
Hi,
I have an array,
A = [1 3 5 7 2 4 9 3;
2 2 7 5 3 8 10 2];
I want to know the number of connection between elements considering both rows.
For example, 2 is connected with 1 and 3 if I consider row-wise relation. So, number of connection for 2 is = 2. And, similarly, number of connection for 7 is = 1.
How can I know that number for all elements.
Thanks in advance.
4 Commenti
Image Analyst
il 20 Nov 2014
If 2 is connected to 1 and 3 above it, then why is 7 in the bottom row not connected to 3 and 5 above it? And what's the definition of "row-wise relation"?
Majbah
il 20 Nov 2014
Image Analyst
il 21 Nov 2014
Majbah
il 21 Nov 2014
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Texture Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!