photo

balakrishna nair nalivalapil


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer

View badges

Feeds

View by

Answered
Rectangular Function implementation in Matlab
rect=@(x,a) ones(1,numel(x)).*(abs(x)<a/2) % a is the width of the pulse x=-10:0.001:10 y=rect(x,2) plot(x,y)

mer än 5 år ago | 0