Community Profile

photo

Michelle


Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer