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.
The calculation is based on KVL and KCL equations. Set currents on each branch to unknowns. Denote the number of nodes as N, and the number of edges as M. (M-(N-1)) independent loops can be obtained by a breadth-first search, from which (M-(N-1)) KVL equations can be wrote. Together with (N-1) KCL equations, the equivalent resistance can be computed by solving linear equations.
Zitieren als
Ligong Han (2026). Resistance Calculator (https://de.mathworks.com/matlabcentral/fileexchange/42521-resistance-calculator), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Round to Electronic Component Values
Allgemeine Informationen
- Version 2.0 (6,36 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 2.0 | two improvements regarding time efficiency:
|
|
|
| 1.4.0.0 | - fixes bugs when parallel resistance exists in the initial net-matrix, such as resistance_calculator([1 2 1;1 2 1],[1 2]) |
|
|
| 1.3.0.0 | - updates vTree
|
|
|
| 1.2.0.0 | - Updated vTree |
|
|
| 1.1.0.0 | rewrote and optimised the whole structure, added two classes |
|
|
| 1.0.0.0 |
