N/A


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Min and max value of many results
I have a code like below w=0:0.001:1.393; for i=1:length(w) k=2; tao=2; T=tan((tao*w(i)-k*pi)/2)/w(i) end When I run this...

대략 4년 전 | 답변 수: 2 | 1

2

답변

질문


(FOR STEP RESPONSE GRAPHICS) how to make an inset of matlab figure inside the figure
I have a code like below. How can I get another figure in the figure for the step response when I run this code? Please help me....

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I eliminate numbers with "e" in the transfer function and show them in their long form?
gam=0.5; N=10; wb=0.01; wh=100; if round(gam)==gam, G10=tf('s')^gam; else, k=1:N; wu=sqrt(wh/wb); wkp=wb*wu.^((2*...

4년 초과 전 | 답변 수: 2 | 0

2

답변