photo

Milad Mehrnia


Last seen: 2 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
4 Risposte

Cody

0 Problemi
12 Soluzioni

RANK
13.018
of 299.217

REPUTAZIONE
4

CONTRIBUTI
0 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.663

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
32.882
of 163.745

CONTRIBUTI
0 Problemi
12 Soluzioni

PUNTEGGIO
138

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
I want to write a function that calculate the voltage for three junctions A,B and C in the picture below if we know the voltage of V. (G=0V). Did anyone write it before?
function ans = voltage(V,R) E1 = [R(2)*R(7)+R(1)*R(2)+R(1)*R(7) -R(1)*R(2) 0] E2 = [-R(3)*R(8)*R(4) R(4)*R(8)*R(7)+R(3)*R(8)*R...

oltre 3 anni fa | 0

| accettato

Risposto
text file I/O
function charnum = char_counter(fname,c) fid = fopen(fname,'rt'); charnum = 0; if ~ischar(c) charnum = -1; elseif fid <...

oltre 3 anni fa | 0

Risposto
sparse2matrix random error
function matrix = sparse2matrix(c) % c = cellvec matrix = ones(c{1}).*c{2}; for i = 3:length(c) p = c{i}(1:2); ...

oltre 3 anni fa | 0