From: Flavius da L. G. <fl...@dc...> - 2007-08-16 12:09:22
|
Hi Yok Yen, I had the same problem recently. Although include all this functions, I can´t do it to run due to this error. Flavius > I still not able to get esom_demo.m running... > The follow error occurs.. > > ??? Error using ==> load_system > There is no system named '4.408357E-001 -7.280088E-002 > -2.103747E+000 > ' to open. > > Error in ==> simulink\private\fixpt_blks_in_mdl at 38 > load_system(model); > > Error in ==> simulink\private\linmodsupported at 16 > if fixpt_blks_in_mdl(model,followLinks) > > Error in ==> trim at 52 > supportMsg = linmodsupported(fcn); > > Error in ==> loadlrnfast at 76 > while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') || > strcmp(trim(line),'0000000e+000')) > > Error in ==> loadlrn at 56 > [data,names,defined] = loadlrnfast(filename); > > Error in ==> esom_train at 144 > data = loadlrn([prefix, '.lrn']); > > Error in ==> esom_demo at 61 > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, grid, > radius, learn, algorithm); > > regards, > yok yen > On 8/16/07, Fabian Mörchen <fa...@my...> wrote: >> >> Yok Yen wrote: >> > Hi Fabian, >> > >> > Thanks for your support. >> > I still getting an error while trying to run the esom_demo.m >> > >> > ??? Undefined command/function 'isnumber'. >> > >> > Error in ==> loadlrnfast at 69 >> > if ~isnumber(t) >> > >> > Error in ==> loadlrn at 56 >> > [data,names,defined] = loadlrnfast(filename); >> > >> > Error in ==> esom_train at 144 >> > data = loadlrn([prefix, '.lrn']); >> > >> > Error in ==> esom_demo at 61 >> > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, >> > grid, radius, learn, algorithm); >> > >> > regards, >> > yok yen >> > >> > On 8/16/07, *Fabian Mörchen * <fa...@my... >> > <mailto:fa...@my...>> wrote: >> > >> > Yok, >> > >> > there seem to be some general functions missing. they are >> > attached. I hope to get to create an updated version with >> everything >> > some time. >> > >> > fabian >> > >> > Yok Yen wrote: >> > > >> > > Hi, >> > > >> > > I am trying to integrate ESOM with my matlab problem. >> > > However, it is not successful. >> > > Hope to seek your help in this. >> > > Thanks in advance. >> > > >> > > The errors that shows up when I try to run esom_demo.m are as >> > follows: >> > > 1) >> > > >> esom_demo >> > > ??? Undefined command/function 'tail'. >> > > >> > > Error in ==> addfileext at 29 >> > > if ~strcmp(tail(filename,length(ext)),ext) >> > > >> > > Error in ==> savecls at 32 >> > > filename = addfileext(filename,'.cls'); >> > > >> > > Error in ==> esom_demo at 54 >> > > savecls('demo.cls', key, cls); >> > > >> > > 2) >> > > ??? Undefined command/function 'head'. >> > > >> > > Error in ==> loadlrnfast at 60 >> > > tokens = strread(deblank(head(line,-1)),'%s\t'); >> > > >> > > Error in ==> loadlrn at 56 >> > > [data,names,defined] = loadlrnfast(filename); >> > > >> > > Error in ==> esom_train at 144 >> > > data = loadlrn([prefix, '.lrn']); >> > > >> > > Error in ==> esom_demo at 61 >> > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, >> columns, >> > > grid, radius, learn, algorithm); >> > > >> > > regards, >> > > yok yen >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > >> > >> ------------------------------------------------------------------------- >> > > This SF.net email is sponsored by: Splunk Inc. >> > > Still grepping through log files to find problems? Stop. >> > > Now Search log events and configuration files using AJAX and a >> > browser. >> > > Download your FREE copy of Splunk now >> >> http://get.splunk.com/ >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > _______________________________________________ >> > > Databionic-ESOM-User mailing list >> > > Dat...@li... >> > <mailto:Dat...@li...> >> > > >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> >> > > >> > >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> > browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> > <mailto:Dat...@li...> >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > >> > >> > >> > ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Databionic-ESOM-User mailing list >> Dat...@li... >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/_______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |