y=x(100:1000)

pls who knows wat y=x(100:1000) means thanks in advance

 Accepted Answer

Jan
Jan on 8 Nov 2011

0 votes

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

0 votes

Matrix indexing - this newsletter should give you the basics of that statement.

Categories

Asked:

on 8 Nov 2011

Community Treasure Hunt

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

Start Hunting!