Feeds
질문
change magnitude and phase angle to vector
If Voltage Magitude = [1;2;3;4;5] and Phase angle is [ 0; -22; -0.5; -2; -4] (degrees) How can I get V vector using MatLab code...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
matlab series using for
I want to code series f = [ f(1); f(2); f(3); f(4) ] using 'for' V = [ 1;1;1;1;1] d = [0;0;0;0;0] Y = [ 49.86 ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Jacobi iterative method in matlab
When A = [ 10 5 ; 2 9 ] and y = [ 6 ; 3 ] and [A][x] = [y], solve x. start with x1(0) = 0, x2(0) = 0 and continue until abs((x...
4년 초과 전 | 답변 수: 1 | 0

