Filter löschen
Filter löschen

how to read a file containg only one column?

1 Ansicht (letzte 30 Tage)
Saba Yousaf
Saba Yousaf am 16 Aug. 2018
Kommentiert: Saba Yousaf am 16 Aug. 2018
Hi There. how to "target1.txt"file having only one column?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Standard File Formats finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by