photo

khalid salim


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0