Matlab question: How to pick specific value from column vector

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
bmed90
Messages
99
Reaction score
0
Good afternoon,

I have created a column vector with many values however I want to know a specific value found in that vector. Specifically I want to know the 99th value of my column vector. Is there a command I can enter into mat lab that will give me the value I seek without having to manually count through the outputted data in the output window? Thanks!
 
Physics news on Phys.org
I figured it out, its actually quite simple say the vector is names time. Just type in

time(99)