Borrar filtros
Borrar filtros

I have problem in loading my dataset. I'm using MATLAB R2017a. It shows me an error like "Unknown text on line number 1 of ASCII file"

13 visualizaciones (últimos 30 días)
load('duplicate_dataset.csv');

Respuestas (1)

Cam Salzberger
Cam Salzberger el 18 de Sept. de 2017
Hello Sarath,
load is generally best used with either MAT files, or files saved from MATLAB using save, maybe with the -ascii or similar option. If you got this CSV file from anywhere other than MATLAB, I'd recommend either csvread or readtable to get the data into MATLAB. There are several other functions that are similar as well, or you can work interactively using the Import Tool.
-Cam

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by