|
From: Mamata Kukreja on 5 May 2008 06:07 "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 6 May 2008 10:44
"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) ???? |