<error displaying value>

1 view (last 30 days)
yoav
yoav on 11 Apr 2014
Commented: Image Analyst on 11 Apr 2014
Hello!
I have a dataset stored on a .mat file.
When I use the 'load' command to load it to my workspace I get the following warning:
Warning: While loading an object of class 'dataset': Getting the 'propsFieldDflts' property of the 'dataset' class is not allowed.
I can see the dataset name in my workspace, but its value field is: "<Error displaying value>".
When I double click on to from a windows explorer window, I am able to import it successfully to the workspace, and this time the value field is: dataset
If I use the clear command to clear my workspace and then repeat the load command, it works just file.
If I use the clear all command to clear my workspace and then repeat the load command, I get the same error.
Any idea why is this happening?
And what is the difference between the clear and the clear all commands?
Thanks!
  1 Comment
Image Analyst
Image Analyst on 11 Apr 2014
You forgot to attach your .mat file so no one can try to load it in and help you. And, of course, we don't have any code to load it in either, or even to guess at what might be going wrong. See this http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Sign in to comment.

Answers (0)

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!