![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20544908_1607149426664_DEF.jpg)
PRASANTH R
Followers: 0 Following: 0
Statistics
RANK
87.430
of 297.046
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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) ...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 4 jaar ago | 5 answers | 0