importing data from a text file to matlab

I want to import data from a text file folder(which has several files within it) to matlab workspace. Suppose my one file consist of 3-4 columns and i want to label each column into a separate array. Any suggestions?

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 8 Dez. 2014

0 Stimmen

Right click on the file and select "Import Data". Then select the data you want and import it. If you want to automate this, click the down arrow under the import check box and generate a script or a function.

3 Kommentare

Chathu
Chathu am 9 Dez. 2014
Thank you very much for your response, Sean. But in that particular file i have 3-4 columns. What i want here is to extract each column,write them to separate arrays and save it in the workspace. Can you kindly give me a hint? Thank you in advance.
Sean de Wolski
Sean de Wolski am 9 Dez. 2014
This is exactly what the Import Tool will let you do if you select column vectors.
Chathu
Chathu am 9 Dez. 2014
Great!!! Thank you so much Sean.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Export finden Sie in Hilfe-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