MATLAB: Read specific column from the text file and how to store the values into the matrix/vector

thank you

How to store the values of the specific columns get from the text file into the matrix or vector ? Thank you

Best Answer

Vector = data{:}
%^^^^^^^-—-—-—-— this is how you define a variable