How to import text file data into Matlab?

I have to import the text file data into matlab. The txt file consist of 50000 rows and the columns are separated by ';' If some one have any idea to import this enormous amount of data. Thanks

 Accepted Answer

The csvread function would be my initial choice.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!