how to read a file containg only one column?

 Accepted Answer

KSSV
KSSV on 16 Aug 2018
Edited: KSSV on 16 Aug 2018
Read about importdata
data = importdata('target1.txt') ;
iwant = data.data ;
Also have a look on load, textscan, readtable.

More Answers (0)

Categories

Asked:

on 16 Aug 2018

Commented:

on 16 Aug 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!