y=x(100:1000)

3 views (last 30 days)
deji
deji on 8 Nov 2011
pls who knows wat y=x(100:1000) means thanks in advance

Accepted Answer

Jan
Jan on 8 Nov 2011
Please read the Getting Started chapters in the documentation. This forum is not thought to clear the absolute basics.
The subvector of x from the element 100 to 100 is assigned to y.

More Answers (1)

Nirmal Gunaseelan
Nirmal Gunaseelan on 8 Nov 2011
Matrix indexing - this newsletter should give you the basics of that statement.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!