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]) % ...

5 years 前 | 0