|
Builder for .NET won't work. Unless TMW comes out with an
MCR (MATLAB Component Runtime) for your PDA...
Here's the only way I can think of, if your m script
contains things supported by the Embedded MATLAB Function
Block (EMFB):
- create a simple Simulink model with an EMFB containing
your script.
- use RTW to generate code for a generic real-time target
- take that C/C++ code into an app that you write for
your PDA.
That's all I've got.
reilly.
"Ilya " <ilyapoz@gmail.com> wrote in message
<froqd1$o59$1@fred.mathworks.com>...
> "hija jamaludin" <norrulhija@yahoo.com> wrote in message
> <fron05$dq7$1@fred.mathworks.com>...
> > Please help me...
> > How to execute the matlab(m-file) in PDA?
> I would try to use Builder for .NET...
|