Clear Filters
Clear Filters

y=x(100:1000)

1 view (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.

Community Treasure Hunt

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

Start Hunting!