MATLAB: Function xlsread too slow

importing excel dataspeedxlsreadxlswrite

Hey, I need to store data (values) in a file out of matlab, i.e. excel. The data needs to be imported when starting the matlab code and exported when closing. I've been using xlsread/xlswrite which is proofing pretty slow for that amount of data. Does anyone know a faster way?

Best Answer

you can use activeX servers.Example: http://www.mathworks.com/matlabcentral/answers/94822
Related Question