MATLAB: How to import text file data into Matlab

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

Best Answer

The csvread function would be my initial choice.