Borrar filtros
Borrar filtros

Error while reading dat file

3 visualizaciones (últimos 30 días)
Rakesh Chandrashekar
Rakesh Chandrashekar el 15 de Mzo. de 2012
Hi , i am gettign an error while reading dat file.
i used the following command load('EGR.dat')
i am getting ??? Error using ==> load Number of columns on line 1 of ASCII file D:\Rakesh\EGR.dat must be the same as previous lines.
help me in this.

Respuestas (1)

Jan
Jan el 15 de Mzo. de 2012
load assumes an ASCII file with the same number of elements in each line, if read a file without a '.mat' file extension and if the '-MAT' option is not set. See help load.
What is the format of your EGR.dat file?

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by