From: Tahir on
Hello,

I am using Ubuntu 64 bit. And matlab scribe.legend gives error, not plotting correctly.

Here is the error message:

No appropriate method, property, or field itemTokenSize for class scribe.legend

Error in ==> scribe.legend.methods>getsizeinfo at 643
out.tokenwidth = h.itemTokenSize(1)/ppo(3);

Any help is appreciated.

Regards.
From: us on
"Tahir " <tekrei+matlab(a)gmail.com> wrote in message <i3rd60$ha7$1(a)fred.mathworks.com>...
> Hello,
>
> I am using Ubuntu 64 bit. And matlab scribe.legend gives error, not plotting correctly.
>
> Here is the error message:
>
> No appropriate method, property, or field itemTokenSize for class scribe.legend
>
> Error in ==> scribe.legend.methods>getsizeinfo at 643
> out.tokenwidth = h.itemTokenSize(1)/ppo(3);
>
> Any help is appreciated.
>
> Regards.

to see the ML code that causes this problem would be most helpful(!)...

us
From: Tahir on
Hello,

I don't have a m file. Just trying neural network. Here is the steps in code window:

load choles_all
net = newff(p,t,5)
train(net,p,t)

And clicking Performance on Neural Network Training tool causes this error (with a Failure to Access MATLAB dialog).

Regards.
"us " <us(a)neurol.unizh.ch> wrote in message <i3rfiv$gkh$1(a)fred.mathworks.com>...
> "Tahir " <tekrei+matlab(a)gmail.com> wrote in message <i3rd60$ha7$1(a)fred.mathworks.com>...
> > Hello,
> >
> > I am using Ubuntu 64 bit. And matlab scribe.legend gives error, not plotting correctly.
> >
> > Here is the error message:
> >
> > No appropriate method, property, or field itemTokenSize for class scribe.legend
> >
> > Error in ==> scribe.legend.methods>getsizeinfo at 643
> > out.tokenwidth = h.itemTokenSize(1)/ppo(3);
> >
> > Any help is appreciated.
> >
> > Regards.
>
> to see the ML code that causes this problem would be most helpful(!)...
>
> us
From: us on
"Tahir " <tekrei+matlab(a)gmail.com> wrote in message <i3rgkl$mh5$1(a)fred.mathworks.com>...
> Hello,
>
> I don't have a m file. Just trying neural network. Here is the steps in code window:
>
> load choles_all
> net = newff(p,t,5)
> train(net,p,t)
>
> And clicking Performance on Neural Network Training tool causes this error (with a Failure to Access MATLAB dialog).
>
> Regards.

well... this IS ML code, after all...
now, using your sequence of commands does not produce any errors here

ic2/2*2.6gzh/4gb/winxp.sp3.32/r2010a.32

which OS/ML version do you use(?)...

us
From: Tahir on
I am using Ubuntu 64 bit - Kernel: Linux 2.6.32.24 x86_64 GNU/Linux
ML version: 7.9.0.529 (R2009b)
64-bit (glnxa64)

Regards.
"us " <us(a)neurol.unizh.ch> wrote in message <i3rhd0$air$1(a)fred.mathworks.com>...
> "Tahir " <tekrei+matlab(a)gmail.com> wrote in message <i3rgkl$mh5$1(a)fred.mathworks.com>...
> > Hello,
> >
> > I don't have a m file. Just trying neural network. Here is the steps in code window:
> >
> > load choles_all
> > net = newff(p,t,5)
> > train(net,p,t)
> >
> > And clicking Performance on Neural Network Training tool causes this error (with a Failure to Access MATLAB dialog).
> >
> > Regards.
>
> well... this IS ML code, after all...
> now, using your sequence of commands does not produce any errors here
>
> ic2/2*2.6gzh/4gb/winxp.sp3.32/r2010a.32
>
> which OS/ML version do you use(?)...
>
> us