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
<error displaying value>
7 次查看(过去 30 天)
显示 更早的评论
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!
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!