From: Mamata Kukreja on
"helper " <spamless(a)nospam.com> wrote in message
<fvmevg$g5c$1(a)fred.mathworks.com>...
> "helper " <spamless(a)nospam.com> wrote in message <fvmeke$p47
> $1(a)fred.mathworks.com>...
> > "Mamata Kukreja" <mamata_kukreja(a)yahoo.com> wrote in
> > message <fvmadh$163$1(a)fred.mathworks.com>...
> >
> > > ERROR::
> > > ??? Undefined command/function 'toChar'.
> > >
> > > Error in ==> opaque.char at 94
> > > chr = toChar(opaque_array(1));
> > >
> > > Error in ==> untitled at 6
> > > disp(sprintf('%s',char(r(i))));
> >
> >
> > Interesting. This works on my computer. What does the
> > output of the following command return?
> >
> > which -all toChar
>
>
> Also, what does the output of this command return?
>
> version -java
-------------------------------------------------------

>> which -all toChar
'toChar' not found.

>> version -java

ans =

Java 1.4.2 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
(mixed mode)
From: Mamata Kukreja on
"Mamata Kukreja" <mamata_kukreja(a)yahoo.com> wrote in message
<fvmm89$fcs$1(a)fred.mathworks.com>...
> "helper " <spamless(a)nospam.com> wrote in message
> <fvmevg$g5c$1(a)fred.mathworks.com>...
> > "helper " <spamless(a)nospam.com> wrote in message <fvmeke$p47
> > $1(a)fred.mathworks.com>...
> > > "Mamata Kukreja" <mamata_kukreja(a)yahoo.com> wrote in
> > > message <fvmadh$163$1(a)fred.mathworks.com>...
> > >
> > > > ERROR::
> > > > ??? Undefined command/function 'toChar'.
> > > >
> > > > Error in ==> opaque.char at 94
> > > > chr = toChar(opaque_array(1));
> > > >
> > > > Error in ==> untitled at 6
> > > > disp(sprintf('%s',char(r(i))));
> > >
> > >
> > > Interesting. This works on my computer. What does the
> > > output of the following command return?
> > >
> > > which -all toChar
> >
> >
> > Also, what does the output of this command return?
> >
> > version -java
> -------------------------------------------------------
>
> >> which -all toChar
> 'toChar' not found.
>
> >> version -java
>
> ans =
>
> Java 1.4.2 with Sun Microsystems Inc. Java HotSpot(TM)
Client VM
> (mixed mode)



????