Prev: Matlab Compiler
Next: problem with legend ?
From: H.F. on 28 Sep 2007 10:11 I opened the mse.m file, there is indeed a command line boiler_perform. But I cannot find boiler_perform.m anywhere. "H.F. " <mailtofly(a)163.com> wrote in message <fdh5ad$kg4 $1(a)fred.mathworks.com>... > in fact, the value of na, fs is not related with this error > at all. I also tried nn = newff( [0 1],[10 1], > {'tansig', 'purelin'}, 'trainlm' ) > in the command window, the same error occurs. > > Greg Heath <heath(a)alumni.brown.edu> wrote in message > <1190924092.145766.251920(a)y42g2000hsy.googlegroups.com>... > > On Sep 27, 12:56 pm, "H.F. " <mailto...(a)163.com> wrote: > > > Thanks a lot. > > > > > > Sure, itrn is loaded first. na and fs are defined frist > > > before being used here. > > > > Argggggh! > > > > What VALUES did you use for maxmin(itrn), na and fs? > > > > It's probably a moot point, but I try not to overlook > > anything. > > > > Greg > > > > -----SNIP > > > > >
From: Greg Heath on 28 Sep 2007 11:18 On Sep 28, 10:11 am, "H.F. " <mailto...(a)163.com> wrote: > I opened the mse.m file, there is indeed a command line > boiler_perform. But I cannot find boiler_perform.m anywhere. Strange. Try Comparing the old and new versions of mse.m. Hope this helps. Greg
From: Steven Lord on 28 Sep 2007 11:27 "H.F. " <mailtofly(a)163.com> wrote in message news:fdj21o$ohm$1(a)fred.mathworks.com... >I opened the mse.m file, there is indeed a command line > boiler_perform. But I cannot find boiler_perform.m anywhere. Look in the directory: fullfile(matlabroot, 'toolbox', 'nnet', 'nnutils') You should see a script file boiler_perform.m in that directory. If you do not see this file or if you do not have this directory in your installation, the toolbox may not have been installed correctly or something may have corrupted it. If you do see a script file with that name in that directory, make sure that directory is on your path using PATHTOOL or the File -> Set Path menu. -- Steve Lord slord(a)mathworks.com
From: H.F. on 28 Sep 2007 11:52
Thanks a lot. I checked just now, there are only boiler_net.m, boiler_process.m, boiler_transfer.m, boiler_weight.m, no boiler_perform.m. I use university comuputer. I'm not authorized to install the software. Are you sure the MATLAB is not correctly installed? if so, I will come up with it to those in charge. "Steven Lord" <slord(a)mathworks.com> wrote in message <fdj6gl$65d$1(a)fred.mathworks.com>... > > "H.F. " <mailtofly(a)163.com> wrote in message > news:fdj21o$ohm$1(a)fred.mathworks.com... > >I opened the mse.m file, there is indeed a command line > > boiler_perform. But I cannot find boiler_perform.m anywhere. > > Look in the directory: > > fullfile(matlabroot, 'toolbox', 'nnet', 'nnutils') > > You should see a script file boiler_perform.m in that directory. If you do > not see this file or if you do not have this directory in your installation, > the toolbox may not have been installed correctly or something may have > corrupted it. If you do see a script file with that name in that directory, > make sure that directory is on your path using PATHTOOL or the File -> Set > Path menu. > > -- > Steve Lord > slord(a)mathworks.com > > |