Generate a series

3 views (last 30 days)
Bharat
Bharat on 21 Apr 2011
This is an easy one ! I just can't recall the syntax for it .
I need to to generate 40 equally spaced numbers from 0 to 100 .

Accepted Answer

Matt Fig
Matt Fig on 21 Apr 2011
linspace(0,100,40)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!