Community Profile

photo

Derek Paul


Aktiv seit 2017

Statistiken

  • First Review

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort