![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26525343_1652601973567_DEF.jpg)
Tapan Chahar
Followers: 0 Following: 0
Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
116.251
of 297.016
REPUTAZIONE
0
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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 X = voltage(V,R) A = [ R(2)*R(7) + R(1)*R(2) + R(1)*R(7), -R(1)*R(2), ...
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 X = voltage(V,R) A = [ R(2)*R(7) + R(1)*R(2) + R(1)*R(7), -R(1)*R(2), ...
quasi 3 anni fa | 0
Risposto
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 [X]=voltage(V,R) % Writing equations about the 3 node points using Kirchoffs Law & rewritting % them in terms of matr...
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 [X]=voltage(V,R) % Writing equations about the 3 node points using Kirchoffs Law & rewritting % them in terms of matr...
quasi 3 anni fa | 0