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.0 次下载
更新时间 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