Prev: Cascaded predictive controller in Simulink for inverter voltage control
Next: Robust standard errors
From: mt on 3 Jul 2010 20:56 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 3 Jul 2010 21:05 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 3 Jul 2010 21:14
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! |