neural network result save and load

3 ビュー (過去 30 日間)
Chae-Hwa Shon
Chae-Hwa Shon 2011 年 7 月 22 日
When I use neural network, network is created. I used to save and load it using load and save function in matlab.
When I make my matlab file to standalone executable, I had no problem with these functions. But when I make my matlab file that contains the functions to c language library, and call it in a c program, I have a warning message.
"Warning: Class 'network' is an unknown object class or does not have a valid 'loadobj' method. Object 'net1' of this class has converted to a structure."
The network is changed to structure and I have a error message below, when I call the sim function in neural network toolbox.
"Undefined function or method 'sim for input argument of type 'struct'"
How I can get around this problem? I saw that basic program worked well with the "network". My standalone executable worked well, too.

採用された回答

Walter Roberson
Walter Roberson 2011 年 7 月 22 日
  1 件のコメント
Chae-Hwa Shon
Chae-Hwa Shon 2011 年 7 月 25 日
Thank you very much, Walter.
It works well.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by