photo

PRASANTH R


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
1 个回答

排名
191,127
of 300,399

声誉
0

贡献数
2 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,952

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,598

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


question on electrical circuit
function out = voltage(V,R) %A*out = y %out[A;B;C] 3X1 Mmatrix A = zeros(3,3); y = zeros(3,1); % FROM THE FIRST EQ A(1,1) ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


To Write a function called voltage that computes the voltages at different junctions in electrical circuit. after writing the program the output is not coming please help
function sol = voltage(V,R) M =[R(2)*R(7)+R(1)*R(2)+R(1)*R(7),-R(1)*R(2),0;-R(3)*R(4)*R(8),R(4)*R(7)*R(8)+R(3)*R(4)*R(8)+R(3)*R...

5 years 前 | 5 个回答 | 0

5

个回答