y=x(100:1000)
1 view (last 30 days)
Show older comments
pls who knows wat y=x(100:1000) means thanks in advance
0 Comments
Accepted Answer
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.
0 Comments
More Answers (1)
See Also
Categories
Find more on Matrix Indexing 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!