Loading MAT file problem
3 ビュー (過去 30 日間)
古いコメントを表示
When loading a mat file (trained nn) in R2010b the following error warning is shown:
QUOTE
>> load('netAantalMosselen.mat') Warning: An error occurred when running a class's loadobj method. The object that was loaded from the MAT-file was a copy of the object before the loadobj method was run. The rest of the variables were also loaded from the MAT-file. The encountered error was: Reference to non-existent field 'name'.
UNQUOTE
Loading the same mat file in R2007b does not show this message. BtW The mat file value in the 2010b workspace is struct and not network.
Can some explain what is happening here? Thanks in advance
Ton
0 件のコメント
採用された回答
Andreas Goser
2011 年 3 月 8 日
The customer received a fixed net.m file and confirmed it works now. If you see this issue in the future, please contact Technical Support and refer to solution 1-EGNM3S.
その他の回答 (2 件)
hamdi
2011 年 9 月 3 日
Hi, I have a problem plz help me!!
warning: An error occurred when running a class's loadobj method.the object that was loaded from the MAT-file was a copy of the object before the loadobj method was run. The rest of the variables were also loaded from the MAT-file.The encountered error was: error using ==> feval Undefined function or method 'traingdx' for input arguments of type 'char'.
Thanks in advance
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!