From: mt on
I am converting a numerical analysis program I did in C into Matlab
code. How do I create constant variables in Matlab?
A keyword search in Matlab help file did not return anything.

Thanks in advance for your help?
From: us on
mt <mahdert(a)gmail.com> wrote in message <e83dde6e-dd6e-4224-9631-18bb31b8b60f(a)d37g2000yqm.googlegroups.com>...
> I am converting a numerical analysis program I did in C into Matlab
> code. How do I create constant variables in Matlab?
> A keyword search in Matlab help file did not return anything.
>
> Thanks in advance for your help?

this has been discussed over and over in this NG, eg, a more recent thread

http://www.mathworks.com/matlabcentral/newsreader/view_thread/284065

us
From: mt on
On Jul 3, 9:05 pm, "us " <u...(a)neurol.unizh.ch> wrote:
> mt <mahd...(a)gmail.com> wrote in message <e83dde6e-dd6e-4224-9631-18bb31b8b...(a)d37g2000yqm.googlegroups.com>...
> > I am converting a numerical analysis program I did in C into Matlab
> > code. How do I create constant variables in Matlab?
> >  A keyword search in Matlab help file did not return anything.
>
> > Thanks in advance for your help?
>
> this has been discussed over and over in this NG, eg, a more recent thread
>
> http://www.mathworks.com/matlabcentral/newsreader/view_thread/284065
>
> us

Cheers!