Importing data from txt file

Hello I have a text file: attached
I would like to take the numerical values of the first and second column and put them in matrices T and A respectively.

Risposte (1)

t = readtable('chichi_triplos_katagrafh.txt');
or use dlmread();

2 Commenti

lason's "Answer" moved here:
none of them is working
readtable is only there after R2013b. Try importdata
M = importdata(filename, '\t', 1)

Accedi per commentare.

Richiesto:

il 5 Giu 2014

Commentato:

il 6 Giu 2014

Community Treasure Hunt

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

Start Hunting!

Translated by