photo

khalid salim


2019년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to write equation in matlab ?
s = @(x) (1-0.4*(cos(x/100))).*(0<=x & x<=511); x = linspace(0, 500); R = s(x); figure(1) plot(x,R) axis([xlim 0 1.5]) % ...

4년 초과 전 | 0