Compute the total resistance of n resistors in parallel.

버전 1.0.0.0 (1.27 KB) 작성자: Bruce Raine
The Rparallel3 m-file function computes the total resistance of n resistors in parallel.
다운로드 수: 1.5K
업데이트 날짜: 2010/1/9

라이선스 보기

This m-file function can be used in any area where the total electrical resistance of parallel resistors is required.

Example usage:
>> z = Rparallel3(1,1,1)

z = 0.3333

>>

By using 'varargin' Rparallel3 can take a variable number of input arguments (scalars only) allowed. I got the idea for this function from an Instructor for an Introduction course on MATLAB that I attended 3 years ago as a helper/attendee. The code has evolved a bit since my first foray into MATLAB but the function essentially performs the same as the first version I wrote as a learner 3 years ago.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
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