Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
B=largestcomponent(A)
This function find the largest connected component of a networks.
Input A is the adjacency matrix of the network.
Output B is a list of the nodes that are in the largest component.
A(B,B) will give the adj. matrix of the largest component.
Zitieren als
Puck Rombach (2026). Largest Component (https://de.mathworks.com/matlabcentral/fileexchange/30926-largest-component), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.4.0.0 (1,22 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.4.0.0 | Fixed bug about multiple largest components. |
||
| 1.1.0.0 | Made the code faster by not using the 'find' function. |
||
| 1.0.0.0 |
