how to define h(t)=1/2, 0<t<2*pi, interval=0.5

2 views (last 30 days)
how to define h(t)=1/2, 0<t<2*pi, interval=0.5
Thanks

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 3 May 2014
t=0:0.5:2*pi
h=0.5*ones(1,numel(t))

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!