From: Yok Y. <yo...@gm...> - 2007-08-13 02:15:38
|
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 |
From: <fa...@my...> - 2007-08-16 01:04:32
|
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... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Yok Y. <yo...@gm...> - 2007-08-16 01:25:13
|
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 =3D=3D> loadlrnfast at 69 if ~isnumber(t) Error in =3D=3D> loadlrn at 56 [data,names,defined] =3D loadlrnfast(filename); Error in =3D=3D> esom_train at 144 data =3D loadlrn([prefix, '.lrn']); Error in =3D=3D> esom_demo at 61 [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); regards, yok yen On 8/16/07, Fabian M=F6rchen <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 =3D=3D> addfileext at 29 > > if ~strcmp(tail(filename,length(ext)),ext) > > > > Error in =3D=3D> savecls at 32 > > filename =3D addfileext(filename,'.cls'); > > > > Error in =3D=3D> esom_demo at 54 > > savecls('demo.cls', key, cls); > > > > 2) > > ??? Undefined command/function 'head'. > > > > Error in =3D=3D> loadlrnfast at 60 > > tokens =3D strread(deblank(head(line,-1)),'%s\t'); > > > > Error in =3D=3D> loadlrn at 56 > > [data,names,defined] =3D loadlrnfast(filename); > > > > Error in =3D=3D> esom_train at 144 > > data =3D loadlrn([prefix, '.lrn']); > > > > Error in =3D=3D> esom_demo at 61 > > [wts, bm, umx] =3D 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... > > 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 > > > |
From: <fa...@my...> - 2007-08-16 02:46:10
Attachments:
isnumber.m
|
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 > |
From: Yok Y. <yo...@gm...> - 2007-08-16 03:05:34
|
I still not able to get esom_demo.m running... The follow error occurs.. ??? Error using =3D=3D> load_system There is no system named '4.408357E-001 -7.280088E-002 -2.103747E+000 ' to open. Error in =3D=3D> simulink\private\fixpt_blks_in_mdl at 38 load_system(model); Error in =3D=3D> simulink\private\linmodsupported at 16 if fixpt_blks_in_mdl(model,followLinks) Error in =3D=3D> trim at 52 supportMsg =3D linmodsupported(fcn); Error in =3D=3D> loadlrnfast at 76 while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') || strcmp(trim(line),'0000000e+000')) Error in =3D=3D> loadlrn at 56 [data,names,defined] =3D loadlrnfast(filename); Error in =3D=3D> esom_train at 144 data =3D loadlrn([prefix, '.lrn']); Error in =3D=3D> esom_demo at 61 [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); regards, yok yen On 8/16/07, Fabian M=F6rchen <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 =3D=3D> loadlrnfast at 69 > > if ~isnumber(t) > > > > Error in =3D=3D> loadlrn at 56 > > [data,names,defined] =3D loadlrnfast(filename); > > > > Error in =3D=3D> esom_train at 144 > > data =3D loadlrn([prefix, '.lrn']); > > > > Error in =3D=3D> esom_demo at 61 > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, > > grid, radius, learn, algorithm); > > > > regards, > > yok yen > > > > On 8/16/07, *Fabian M=F6rchen * <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 everythin= g > > 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 =3D=3D> addfileext at 29 > > > if ~strcmp(tail(filename,length(ext)),ext) > > > > > > Error in =3D=3D> savecls at 32 > > > filename =3D addfileext(filename,'.cls'); > > > > > > Error in =3D=3D> esom_demo at 54 > > > savecls('demo.cls', key, cls); > > > > > > 2) > > > ??? Undefined command/function 'head'. > > > > > > Error in =3D=3D> loadlrnfast at 60 > > > tokens =3D strread(deblank(head(line,-1)),'%s\t'); > > > > > > Error in =3D=3D> loadlrn at 56 > > > [data,names,defined] =3D loadlrnfast(filename); > > > > > > Error in =3D=3D> esom_train at 144 > > > data =3D loadlrn([prefix, '.lrn']); > > > > > > Error in =3D=3D> esom_demo at 61 > > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, colum= ns, > > > 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 > > > |
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 > |
From: <fa...@my...> - 2007-08-17 00:20:10
|
Hi, even if it doesn't look like it this is also an error due to a missing file. our "trim" function is missing and instead one of the same name in simulink is found and used. I included all missing files that I know about in a *.zip file that is linked on http://databionic-esom.sourceforge.net/install.html please keep complaining until it works. When I developed the toolbox I must have had all this code in my matlab search p[ath without thinking about it. you guys seem to be the first people using the matlab interface (at least the first that ever complained). fabian Yok Yen wrote: > > 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... > <mailto: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...> > > <mailto: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/ <http://get.splunk.com/> > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Databionic-ESOM-User mailing list > > > Dat...@li... > <mailto:Dat...@li...> > > <mailto: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...> > > <mailto: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... > <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 > |
From: Flavius da L. G. <fl...@dc...> - 2007-08-17 15:10:45
|
Hi Fabian and Yok, I actualized my toolbox with missing files which you send, but the troubles remains (see below). What can I try now? Yok, do you succeeded in completing your work? Thanks Flavius Gorgônio >> esom_demo ??? 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 75 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); >> > Hi, > > even if it doesn't look like it this is also an error due to a missing > file. > our "trim" function is missing and instead one of the same name in > simulink is found and used. > > I included all missing files that I know about in a *.zip file that is > linked on > http://databionic-esom.sourceforge.net/install.html > please keep complaining until it works. > > When I developed the toolbox I must have had all this code in my > matlab search p[ath without thinking about it. you guys seem to be > the first people using the matlab interface (at least the first that ever > complained). > > fabian > > Yok Yen wrote: >> >> 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... >> <mailto: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...> >> > <mailto: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/ <http://get.splunk.com/> >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > _______________________________________________ >> > > Databionic-ESOM-User mailing list >> > > Dat...@li... >> <mailto:Dat...@li...> >> > <mailto: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...> >> > <mailto: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... >> <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 > |
From: <fa...@my...> - 2007-08-18 00:21:08
|
Flavius, >Error in ==> trim at 52 >supportMsg = linmodsupported(fcn); this error is not from my trim function (which does not even have 52 lines) you need to make sure that the path to my "trim.m" function is before the simulink path in Matlab's search path. if you type "which trim" in matlab it will tell you which version it is currently using. another possible solution si to rename trim.m to, e.g., mytrim.m and replace it in loadlrnfast at line 75 and anywhere else in the toolbox where it is used. fabian Flavius da Luz Gorgonio wrote: > Hi Fabian and Yok, > > I actualized my toolbox with missing files which you send, but the > troubles remains (see below). What can I try now? > > Yok, do you succeeded in completing your work? > > Thanks > > Flavius Gorgônio > > > >>> esom_demo >>> > ??? 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 75 > 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); > > > > > >> Hi, >> >> even if it doesn't look like it this is also an error due to a missing >> file. >> our "trim" function is missing and instead one of the same name in >> simulink is found and used. >> >> I included all missing files that I know about in a *.zip file that is >> linked on >> http://databionic-esom.sourceforge.net/install.html >> please keep complaining until it works. >> >> When I developed the toolbox I must have had all this code in my >> matlab search p[ath without thinking about it. you guys seem to be >> the first people using the matlab interface (at least the first that ever >> complained). >> >> fabian >> >> Yok Yen wrote: >> >>> 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... >>> <mailto: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...> >>> > <mailto: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/ <http://get.splunk.com/> >>> > > >>> > >>> ------------------------------------------------------------------------ >>> > > >>> > > _______________________________________________ >>> > > Databionic-ESOM-User mailing list >>> > > Dat...@li... >>> <mailto:Dat...@li...> >>> > <mailto: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...> >>> > <mailto: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... >>> <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 > |
From: Yok Y. <yo...@gm...> - 2007-08-20 02:32:52
|
Hi Fabian and Flavius, I am getting the same error as Flavius. Fabian, you mentioned the trim(), yes, it is pointing to simulink's trim function. And I couldn't find any trim() from the the existing esom toolbox= . Also, you mentioned the zip file in the server for download, I couldn't fin= d it. The website doesn't show any updated file available since year 2006. Could you kindly guide me in downloading the zip file you mentioned? Latest 1.0<https://sourceforge.net/project/showfiles.php?group_id=3D127046&= package_id=3D139030&release_id=3D394537> Notes<https://sourceforge.net/project/shownotes.php?release_id=3D394537&gro= up_id=3D127046> (2006-02-18 03:04) esom-1.0-installer.jar<http://downloads.sourceforge.net/databioni= c-esom/esom-1.0-installer.jar?modtime=3D1140264890&big_mirror=3D0> Mirror<https://sourceforge.net/project/mirror_picker.php?height=3D350&width= =3D300&group_id=3D127046&use_mirror=3Djaist&filename=3Desom-1.0-installer.j= ar> 5833155 2229<https://sourceforge.net/project/stats/detail.php?type=3Dprdown= load&group_id=3D127046&ugn=3Ddatabionic-esom&package_id=3D139030&release_id= =3D394537&file_id=3D894911> Any .jar esom-1.0.jar<http://downloads.sourceforge.net/databionic-esom/e= som-1.0.jar?modtime=3D1140264992&big_mirror=3D0> Mirror<https://sourceforge.net/project/mirror_picker.php?height=3D350&width= =3D300&group_id=3D127046&use_mirror=3Djaist&filename=3Desom-1.0.jar> 892698 821<https://sourceforge.net/project/stats/detail.php?type=3Dprdownlo= ad&group_id=3D127046&ugn=3Ddatabionic-esom&package_id=3D139030&release_id= =3D394537&file_id=3D894913> Any .jar esom-1.0-src.tar.gz<http://downloads.sourceforge.net/databionic= -esom/esom-1.0-src.tar.gz?modtime=3D1140265006&big_mirror=3D0> Mirror<https://sourceforge.net/project/mirror_picker.php?height=3D350&width= =3D300&group_id=3D127046&use_mirror=3Djaist&filename=3Desom-1.0-src.tar.gz> 1245795 718<https://sourceforge.net/project/stats/detail.php?type=3Dprdownl= oad&group_id=3D127046&ugn=3Ddatabionic-esom&package_id=3D139030&release_id= =3D394537&file_id=3D894912> Any Source .gz regards, yy On 8/18/07, Fabian M=F6rchen <fa...@my...> wrote: > > Flavius, > > >Error in =3D=3D> trim at 52 > >supportMsg =3D linmodsupported(fcn); > > this error is not from my trim function (which does not even have 52 > lines) > > you need to make sure that the path to my "trim.m" function > is before the simulink path in Matlab's search path. > > if you type "which trim" in matlab it will tell you which version > it is currently using. > > another possible solution si to rename trim.m to, e.g., mytrim.m and > replace > it in loadlrnfast at line 75 and anywhere else in the toolbox where it > is used. > > fabian > > Flavius da Luz Gorgonio wrote: > > Hi Fabian and Yok, > > > > I actualized my toolbox with missing files which you send, but the > > troubles remains (see below). What can I try now? > > > > Yok, do you succeeded in completing your work? > > > > Thanks > > > > Flavius Gorg=F4nio > > > > > > > >>> esom_demo > >>> > > ??? Error using =3D=3D> load_system > > There is no system named '4.408357E-001 -7.280088E-002 - > 2.103747E+000 > > ' to open. > > > > Error in =3D=3D> simulink\private\fixpt_blks_in_mdl at 38 > > load_system(model); > > > > Error in =3D=3D> simulink\private\linmodsupported at 16 > > if fixpt_blks_in_mdl(model,followLinks) > > > > Error in =3D=3D> trim at 52 > > supportMsg =3D linmodsupported(fcn); > > > > Error in =3D=3D> loadlrnfast at 75 > > while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') |= | > > strcmp(trim(line),'0000000e+000')) > > > > Error in =3D=3D> loadlrn at 56 > > [data,names,defined] =3D loadlrnfast(filename); > > > > Error in =3D=3D> esom_train at 144 > > data =3D loadlrn([prefix, '.lrn']); > > > > Error in =3D=3D> esom_demo at 61 > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, gr= id, > > radius, learn, algorithm); > > > > > > > > > > > >> Hi, > >> > >> even if it doesn't look like it this is also an error due to a missing > >> file. > >> our "trim" function is missing and instead one of the same name in > >> simulink is found and used. > >> > >> I included all missing files that I know about in a *.zip file that is > >> linked on > >> http://databionic-esom.sourceforge.net/install.html > >> please keep complaining until it works. > >> > >> When I developed the toolbox I must have had all this code in my > >> matlab search p[ath without thinking about it. you guys seem to be > >> the first people using the matlab interface (at least the first that > ever > >> complained). > >> > >> fabian > >> > >> Yok Yen wrote: > >> > >>> I still not able to get esom_demo.m running... > >>> The follow error occurs.. > >>> > >>> ??? Error using =3D=3D> load_system > >>> There is no system named '4.408357E-001 -7.280088E-002 > >>> -2.103747E+000 > >>> ' to open. > >>> > >>> Error in =3D=3D> simulink\private\fixpt_blks_in_mdl at 38 > >>> load_system(model); > >>> > >>> Error in =3D=3D> simulink\private\linmodsupported at 16 > >>> if fixpt_blks_in_mdl(model,followLinks) > >>> > >>> Error in =3D=3D> trim at 52 > >>> supportMsg =3D linmodsupported(fcn); > >>> > >>> Error in =3D=3D> loadlrnfast at 76 > >>> while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') > >>> || strcmp(trim(line),'0000000e+000')) > >>> > >>> Error in =3D=3D> loadlrn at 56 > >>> [data,names,defined] =3D loadlrnfast(filename); > >>> > >>> Error in =3D=3D> esom_train at 144 > >>> data =3D loadlrn([prefix, '.lrn']); > >>> > >>> Error in =3D=3D> esom_demo at 61 > >>> [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, > >>> grid, radius, learn, algorithm); > >>> > >>> regards, > >>> yok yen > >>> On 8/16/07, *Fabian M=F6rchen* <fa...@my... > >>> <mailto: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 =3D=3D> loadlrnfast at 69 > >>> > if ~isnumber(t) > >>> > > >>> > Error in =3D=3D> loadlrn at 56 > >>> > [data,names,defined] =3D loadlrnfast(filename); > >>> > > >>> > Error in =3D=3D> esom_train at 144 > >>> > data =3D loadlrn([prefix, '.lrn']); > >>> > > >>> > Error in =3D=3D> esom_demo at 61 > >>> > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, > columns, > >>> > grid, radius, learn, algorithm); > >>> > > >>> > regards, > >>> > yok yen > >>> > > >>> > On 8/16/07, *Fabian M=F6rchen * <fa...@my... > >>> <mailto:fa...@my...> > >>> > <mailto: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 ar= e > >>> as > >>> > follows: > >>> > > 1) > >>> > > >> esom_demo > >>> > > ??? Undefined command/function 'tail'. > >>> > > > >>> > > Error in =3D=3D> addfileext at 29 > >>> > > if ~strcmp(tail(filename,length(ext)),ext) > >>> > > > >>> > > Error in =3D=3D> savecls at 32 > >>> > > filename =3D addfileext(filename,'.cls'); > >>> > > > >>> > > Error in =3D=3D> esom_demo at 54 > >>> > > savecls('demo.cls', key, cls); > >>> > > > >>> > > 2) > >>> > > ??? Undefined command/function 'head'. > >>> > > > >>> > > Error in =3D=3D> loadlrnfast at 60 > >>> > > tokens =3D strread(deblank(head(line,-1)),'%s\t'); > >>> > > > >>> > > Error in =3D=3D> loadlrn at 56 > >>> > > [data,names,defined] =3D loadlrnfast(filename); > >>> > > > >>> > > Error in =3D=3D> esom_train at 144 > >>> > > data =3D loadlrn([prefix, '.lrn']); > >>> > > > >>> > > Error in =3D=3D> esom_demo at 61 > >>> > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, row= s, > >>> 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/ <http://get.splunk.com/> > >>> > > > >>> > > >>> > ------------------------------------------------------------------------ > >>> > > > >>> > > _______________________________________________ > >>> > > Databionic-ESOM-User mailing list > >>> > > Dat...@li... > >>> <mailto:Dat...@li...> > >>> > <mailto: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 an= d > a > >>> > browser. > >>> > Download your FREE copy of Splunk now >> > >>> http://get.splunk.com/ > >>> > _______________________________________________ > >>> > Databionic-ESOM-User mailing list > >>> > Dat...@li... > >>> <mailto:Dat...@li...> > >>> > <mailto: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... > >>> <mailto:Dat...@li...> > >>> > > >>> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > >>> <https://lists.sourceforge.net/lists/listinfo/databionic-esom-use= r > > > >>> > > >>> > >>> > >>> > ------------------------------------------------------------------------- > >>> 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 > > > > > ------------------------------------------------------------------------- > 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 > |
From: <fa...@my...> - 2007-08-20 02:49:14
|
I uploaded the files manually, not through the source forge system because it takes longer. see http://databionic-esom.sourceforge.net/missingmfiles.zip fabian Yok Yen wrote: > Hi Fabian and Flavius, > > I am getting the same error as Flavius. > Fabian, you mentioned the trim(), yes, it is pointing to simulink's > trim function. And I couldn't find any trim() from the the existing > esom toolbox. > Also, you mentioned the zip file in the server for download, I > couldn't find it. > The website doesn't show any updated file available since year 2006. > Could you kindly guide me in downloading the zip file you mentioned? > > Latest 1.0 > <https://sourceforge.net/project/showfiles.php?group_id=127046&package_id=139030&release_id=394537> > Notes > <https://sourceforge.net/project/shownotes.php?release_id=394537&group_id=127046> > (2006-02-18 03:04) > esom-1.0-installer.jar > <http://downloads.sourceforge.net/databionic-esom/esom-1.0-installer.jar?modtime=1140264890&big_mirror=0> > Mirror > <https://sourceforge.net/project/mirror_picker.php?height=350&width=300&group_id=127046&use_mirror=jaist&filename=esom-1.0-installer.jar> > 5833155 2229 > <https://sourceforge.net/project/stats/detail.php?type=prdownload&group_id=127046&ugn=databionic-esom&package_id=139030&release_id=394537&file_id=894911> > Any .jar > esom-1.0.jar > <http://downloads.sourceforge.net/databionic-esom/esom-1.0.jar?modtime=1140264992&big_mirror=0> > Mirror > <https://sourceforge.net/project/mirror_picker.php?height=350&width=300&group_id=127046&use_mirror=jaist&filename=esom-1.0.jar> > 892698 821 > <https://sourceforge.net/project/stats/detail.php?type=prdownload&group_id=127046&ugn=databionic-esom&package_id=139030&release_id=394537&file_id=894913> > Any .jar > esom-1.0-src.tar.gz > <http://downloads.sourceforge.net/databionic-esom/esom-1.0-src.tar.gz?modtime=1140265006&big_mirror=0> > Mirror > <https://sourceforge.net/project/mirror_picker.php?height=350&width=300&group_id=127046&use_mirror=jaist&filename=esom-1.0-src.tar.gz> > 1245795 718 > <https://sourceforge.net/project/stats/detail.php?type=prdownload&group_id=127046&ugn=databionic-esom&package_id=139030&release_id=394537&file_id=894912> > Any Source .gz > > > > regards, > yy > > On 8/18/07, *Fabian Mörchen* <fa...@my... > <mailto:fa...@my...> > wrote: > > Flavius, > > >Error in ==> trim at 52 > >supportMsg = linmodsupported(fcn); > > this error is not from my trim function (which does not even have > 52 lines) > > you need to make sure that the path to my "trim.m" function > is before the simulink path in Matlab's search path. > > if you type "which trim" in matlab it will tell you which version > it is currently using. > > another possible solution si to rename trim.m to, e.g., mytrim.m > and replace > it in loadlrnfast at line 75 and anywhere else in the toolbox > where it > is used. > > fabian > > Flavius da Luz Gorgonio wrote: > > Hi Fabian and Yok, > > > > I actualized my toolbox with missing files which you send, but the > > troubles remains (see below). What can I try now? > > > > Yok, do you succeeded in completing your work? > > > > Thanks > > > > Flavius Gorgônio > > > > > > > >>> esom_demo > >>> > > ??? 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 75 > > 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); > > > > > > > > > > > >> Hi, > >> > >> even if it doesn't look like it this is also an error due to a > missing > >> file. > >> our "trim" function is missing and instead one of the same name in > >> simulink is found and used. > >> > >> I included all missing files that I know about in a *.zip file > that is > >> linked on > >> http://databionic-esom.sourceforge.net/install.html > >> please keep complaining until it works. > >> > >> When I developed the toolbox I must have had all this code in my > >> matlab search p[ath without thinking about it. you guys seem to be > >> the first people using the matlab interface (at least the first > that ever > >> complained). > >> > >> fabian > >> > >> Yok Yen wrote: > >> > >>> 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... > <mailto:fa...@my...> > >>> <mailto:fa...@my... <mailto: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...> > >>> <mailto:fa...@my... <mailto:fa...@my...>> > >>> > <mailto:fa...@my... <mailto:fa...@my...> > <mailto: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/ < http://get.splunk.com/> > >>> > > > >>> > > >>> > ------------------------------------------------------------------------ > >>> > > > >>> > > _______________________________________________ > >>> > > Databionic-ESOM-User mailing list > >>> > > Dat...@li... > <mailto:Dat...@li...> > >>> <mailto:Dat...@li... > <mailto:Dat...@li...>> > >>> > <mailto: Dat...@li... > <mailto:Dat...@li...> > >>> <mailto:Dat...@li... > <mailto:Dat...@li...>>> > >>> > > > >>> > > >>> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > <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...> > >>> <mailto: Dat...@li... > <mailto:Dat...@li...>> > >>> > <mailto:Dat...@li... > <mailto:Dat...@li...> > >>> <mailto: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... > <mailto:Dat...@li...> > >>> <mailto: Dat...@li... > <mailto:Dat...@li...>> > >>> > > >>> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > >>> > <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...> > >>> <mailto: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... > <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... > <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... > <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... > <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 > |
From: Yok Y. <yo...@gm...> - 2007-08-20 06:41:36
|
Thanks Fabian, finally can get it running.. but a small error pop out at later stage of demo program. ??? Error using =3D=3D> loadumx loadumx: could not open file demoComp.umx Error in =3D=3D> esom_matrix at 112 umx =3D loadumx(UMxName); Error in =3D=3D> esom_demo at 96 cmx =3D esom_matrix(MatrixFileNamePrefix,OtherFileNames,MatrixType,[],2); regards, yy On 8/20/07, Fabian M=F6rchen <fa...@my...> wrote: > > I uploaded the files manually, not through the source forge system > because it takes longer. > > see > > http://databionic-esom.sourceforge.net/missingmfiles.zip > > fabian > |
From: <fa...@my...> - 2007-08-29 00:15:37
|
hm. can't test that right now. if it doesn't bother you... fabian Yok Yen wrote: > Thanks Fabian, > > finally can get it running.. > but a small error pop out at later stage of demo program. > > ??? Error using ==> loadumx > loadumx: could not open file demoComp.umx > > Error in ==> esom_matrix at 112 > umx = loadumx(UMxName); > Error in ==> esom_demo at 96 > cmx = esom_matrix(MatrixFileNamePrefix,OtherFileNames,MatrixType,[],2); > > regards, > yy > > On 8/20/07, * Fabian Mörchen* <fa...@my... > <mailto:fa...@my...>> wrote: > > I uploaded the files manually, not through the source forge system > because it takes longer. > > see > > http://databionic-esom.sourceforge.net/missingmfiles.zip > <http://databionic-esom.sourceforge.net/missingmfiles.zip> > > fabian > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 > |