photo

Vedang Mhaske


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to plot all points
clc; pstep=20; freq = 20:150; maxfreq = 150; tend = maxfreq - freq; % 130,129,128...0 itime = 0; for i=1:length(freq) ...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


how to inser loop in equations
clc; pstep = 20; freq = (1:5); itime = freq; for i=1:5 itime(i) = itime(i-1) +(1./ pstep.*freq(i)) end I wanted...

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

1

답변

질문


how can i use one equation output values in another equation input
pstep = 20; freq = [2 3 4 5 6 7]; itime = (1./(freq.*pstep)); X = (pi.*freq.*itime); accl = (1000.*sin(X)); plot (itime,'-...

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

1

답변