Borrar filtros
Borrar filtros

Error using: unable to read dataset1. No such file or directory found.

1 visualización (últimos 30 días)
When i run my code it gives the above error even if dataset1 file is present. i checked using exist(dataset1.txt) then it returned 2. I have attached my code and data set.

Respuesta aceptada

Star Strider
Star Strider el 29 de Abr. de 2017
Remember to put single quotes around it. File names must be strings.
file_name = 'dataset1.txt';
Without the quotes or if the name of the file is mis-spelled will throw errors.

Más respuestas (0)

Categorías

Más información sobre File Operations 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