フィルターのクリア

error using load command.

5 ビュー (過去 30 日間)
Ricky
Ricky 2013 年 5 月 23 日
回答済み: viking76 2014 年 1 月 14 日
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 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 23 日
post your code
Ricky
Ricky 2013 年 5 月 23 日
編集済み: Azzi Abdelmalek 2013 年 5 月 23 日
load ('C:\Users\Rick\Documents\ascan_test) .
I recorded this file today morning itself and it was working fine.

サインインしてコメントする。

回答 (2 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 23 日
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 件のコメント
Ricky
Ricky 2013 年 5 月 23 日
編集済み: Ricky 2013 年 5 月 23 日
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.

サインインしてコメントする。


viking76
viking76 2014 年 1 月 14 日
Hi Ricky,
I am experiencing the very same problem. Did you manage to solve it? Thanks.
Best
Adrian

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by