Community Profile

photo

Milad Mehrnia


Last seen: 10 meses hace Con actividad desde 2021

Estadísticas

All
  • Knowledgeable Level 1
  • Solver
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
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...

más de 1 año hace | 0

| aceptada

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

más de 1 año hace | 0

Respondida
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); ...

más de 1 año hace | 0