Warning: Class ':all:'

12 ビュー (過去 30 日間)
hamdi
hamdi 2011 年 8 月 31 日
hi, However, when I try to run my standalone application I receive the following error:
Warning: Class ':all:' is an unknown object class. Object 'net' of this class has been converted to a structure. > In nnpredict2 at 15 Undefined command/function 'sim'. Error in ==> nnpredict2 at 41
plz help me... Thanks in advance

採用された回答

Daniel Shub
Daniel Shub 2011 年 8 月 31 日
It seem the application makes use of a user defined class called all and that the compiled application does not have this class included in it. Did you compile the application yourself? Do you have the source code?

その他の回答 (1 件)

hamdi
hamdi 2011 年 8 月 31 日
yes I have the code source: load data; assignin('base','net',net); selected_net = evalin('base',selected_net);
result = sim(selected_net,charvec);
[val, num] = max(result); ??

カテゴリ

Help Center および File ExchangeAI for Wireless についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by