Community Profile

photo

Derek Paul


Con actividad desde 2017

Estadísticas

  • First Review

Ver insignias

Content Feed

Ver por

Pregunta


Does anyone have a Simulink model of this Wind-Wind-Storage DC Power System? I am doing a research project.
<</matlabcentral/answers/uploaded_files/91451/wind-wind%20DC%20storage%20system.PNG>>

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I need some compass phasor plots
I need one compass diagram plotting these points 4.008∠59.935°V 7.086∠27.616°V 7.75∠14.37°V And another one plotting the...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please help. why is this not graph not working. I'm trying to print the graph of y'' + y' + y = 0 and y'' + y' + y = cos(x)
x = linspace(0,10,100) y = exp(-x/2)*cos((3^(1/2)*x)/2) + exp(-x/2)*sin((3^(1/2)*x)/2) y1 = exp(-x/2)*cos((3^(1/2)*x)/2) +...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do you show the negative x values on the graph?
x = linspace(0,7.999999999,8) y = exp(-x) + exp(-2*x) y1 = (exp(x)/6 + exp(-x) + exp(-2*x)) scatter(x,y,'r','filled')...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I scatter the first plot into dots instead of the dash that it is set on?
syms y(x) x y1=dsolve(diff(y,x,2)+y==0); y2=dsolve(diff(y,x,2)+y==-cos(1.1*x)); y2=simplify(y2); h=ezplot(cos(...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need to print both the plots on the same figure but i cannot get the hold on command to work. Is there an explanation for this? Is there something wrong with my code? Its only showing the second plot.
eqn = 'Dy =y+2* cos(x)'; ini = 'y(0)=-2'; y=dsolve(eqn,ini,'x'); x1 = linspace(0,0.1,2); y1 = eval(vectorize(y...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta