Re: ToMatlab limitations
- To: mathgroup at smc.vnet.net
- Subject: [mg73641] Re: ToMatlab limitations
- From: "Will Robertson" <wspr81 at gmail.com>
- Date: Fri, 23 Feb 2007 04:46:17 -0500 (EST)
- References: <erh8tk$4qn$1@smc.vnet.net><erjp0j$ppi$1@smc.vnet.net>
Hi Daniel, Bob, and Norbert,
Many thanks for your quick replies (it's a pity the lag time results
in several similar solutions). Daniel, your regex solution to
translate Greek characters to names works well for me. No matter on
its elegance :)
On Feb 22, 7:50 pm, "Norbert Marxer" <mar... at mec.li> wrote:
>
> This will convert the Greek variable:
>
> ToExpression[StringTake[ToString[FullForm[=CE=B1]], {3, -2}]]
> Head[%]
This works (for some character in there instead of =CE=B1), but I
can't see how to apply this to a whole expression. Thanks for the
pointer, though.
Many thanks,
Will