madeza
Member level 4
- Joined
- Mar 10, 2006
- Messages
- 74
- Helped
- 3
- Reputation
- 6
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Arequipa / PERU
- Activity points
- 1,759
I'm solving a sinusoidal power definition, instantaneous power...
I need to get the plot in (a_original), but the plot resulting is (b_pvi)...
is there some thing wrong that I'm doing...?
R=10;
t=0:0.01:0.1;
v=100*sin(377*t);
p=((v.^2)/R);
plot(t,p)
I need to get the plot in (a_original), but the plot resulting is (b_pvi)...
is there some thing wrong that I'm doing...?
R=10;
t=0:0.01:0.1;
v=100*sin(377*t);
p=((v.^2)/R);
plot(t,p)