delete element from vector

1 view (last 30 days)
Zhengyuan Wang
Zhengyuan Wang on 8 Aug 2016
Edited: Stephen23 on 8 Aug 2016
Hello,
Thanks for helping. I have this vector here which is very large(ie 1*400000), and I would like to only keep n+5th column in the vector (ie I'd like to keep column 1,6,11,16 ect). How would I do that?
Cheers!
  1 Comment
Stephen23
Stephen23 on 8 Aug 2016
Edited: Stephen23 on 8 Aug 2016
This is a very basic MATLAB concept that is taught in the introductory tutorials:
Anyone who do not know what indexing is and how to use it should do those tutorials if they want to use MATLAB.

Sign in to comment.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 8 Aug 2016
Edited: Azzi Abdelmalek on 8 Aug 2016

More Answers (0)

Categories

Find more on Loops and Conditional Statements 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!