Borrar filtros
Borrar filtros

error using load command.

8 visualizaciones (últimos 30 días)
Ricky
Ricky el 23 de Mayo de 2013
Respondida: viking76 el 14 de En. de 2014
I am using load command with the file address and name. It was always working fine but now suddenly I am facing a problem. So today I used the same code in office it was working fine , after reaching home I run the same code. It loads the file but the file contents are empty.
It is the same file I was working, nothing changed
  2 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 23 de Mayo de 2013
post your code
Ricky
Ricky el 23 de Mayo de 2013
Editada: Azzi Abdelmalek el 23 de Mayo de 2013
load ('C:\Users\Rick\Documents\ascan_test) .
I recorded this file today morning itself and it was working fine.

Iniciar sesión para comentar.

Respuestas (2)

Azzi Abdelmalek
Azzi Abdelmalek el 23 de Mayo de 2013
The only logical explanation is: maybe you've saved by error your file with an empty variable:
save ('C:\Users\Rick\Documents\ascan_test')
  1 comentario
Ricky
Ricky el 23 de Mayo de 2013
Editada: Ricky el 23 de Mayo de 2013
I was working on the same code for last 2 days, same file being loaded. The same data file I was using further in my programs . Today in office it was working perfectly and after coming home when I started again I am facing this problem.
Even I am wondering due to this strange behaviour.

Iniciar sesión para comentar.


viking76
viking76 el 14 de En. de 2014
Hi Ricky,
I am experiencing the very same problem. Did you manage to solve it? Thanks.
Best
Adrian

Categorías

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