Compute the total resistance of n resistors in parallel - new minor version

버전 1.0.0.0 (1.4 KB) 작성자: Bruce Raine
The Rparallel31 m-file function computes the total resistance of n resistors in parallel.
다운로드 수: 475
업데이트 날짜: 2011/8/30

라이선스 보기

This m-file function can be used in any area where the total electrical resistance of parallel resistors is required. The only real difference between this version and the old one is that the function now allows a single vector input parameter (row/column) as well as the usual multiple scalar arguments in the old version. Also the code is more compact than before, demonstrates the use of nargin and isvector and has been tested with MATLAB R2011a.

Example usage:
>> z = Rparallel31(1,1,1)
z = 0.3333

>> z = Rparallel31([1;1;1])
z = 0.3333

인용 양식

Bruce Raine (2024). Compute the total resistance of n resistors in parallel - new minor version (https://www.mathworks.com/matlabcentral/fileexchange/32741-compute-the-total-resistance-of-n-resistors-in-parallel-new-minor-version), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Energy Production에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0