clear close all clc %filename='data_2n.csv'; filename='data_2n_part_50ksamp.csv'; Row=1; Col=1; tic data=dlmread(filename, ' ', Row, Col); toc