Feeds
質問
I have been given a series RLC circuit to find the following step response , damping ratio, natural frequency ,damped frequency,overshoot,rise time,peak time,steady state output voltage, settling time 2% &5%, Number of oscillations
I had found the transfer function and the step response plot but need to find the rest without using stepinfo command.I also tri...
約12年 前 | 0 件の回答 | 0
0
回答質問
how can i use laplace initial value problem with step function for the given example?
for example: D^3x-Dx= 1 for t<2 =0 for t >=2 having x(o)=x'(0)=x''(0)=0 I know the basic of laplace in matlab like using syms...
約13年 前 | 0 件の回答 | 0
0
回答質問
i wanted to know how to do initial value problem with step function using matlab
for example: D^3x-Dx= 1 for t<2 =0 for t >=2 having x(o)=x'(0)=x''(0)=0 I know the basic of laplace ...
約13年 前 | 1 件の回答 | 0
1
回答回答済み
how to plot the graph for the functions 0<x<2 with y=sin x and y=x^3 and how to get point of intersection?
x=linspace(0,2,1000); y1=cos(x); y2=x.^2; plot(x,y1); plot(x,y2); grid on I tried this but i need point...
how to plot the graph for the functions 0<x<2 with y=sin x and y=x^3 and how to get point of intersection?
x=linspace(0,2,1000); y1=cos(x); y2=x.^2; plot(x,y1); plot(x,y2); grid on I tried this but i need point...
約13年 前 | 0
質問
how to plot the graph for the functions 0<x<2 with y=sin x and y=x^3 and how to get point of intersection?
I will be thankful to your reply..
約13年 前 | 3 件の回答 | 0