photo

balakrishna nair nalivalapil


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer

View badges

Feeds

View by

Channel


Patient Health Monitoring Data
monitoring vitals

bijna 3 jaar ago

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)

meer dan 5 jaar ago | 0