Matlab question: How to pick specific value from column vector

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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)