photo

Grant Griffin


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to integrate using only symbolic variables, or variables in general?
syms A f0 t0 f0 ft = piecewise(0<=t<=t0/2,A.*sin(2.*pi.*f0.*t),t0/2<=t<=t0, 0); a0 = 1/t0.*int(A.*sin(2.*pi.*f0.*t),t,0,...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Attempting to Plot atand function and nothing appears in plot, any suggestions?
w0 = 1; w = [0:1:50]; q0 = 1; y = 20*log10(sqrt((1-(w/w0).^2).^2+(w/(w0*q0)).^2)); x = atand(((w/(w0*q0)))/(1-(w/w...

7년 초과 전 | 답변 수: 1 | 0

1

답변