Generate a series

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)

Asked:

on 21 Apr 2011

Community Treasure Hunt

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

Start Hunting!