Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Using for loop for different matrices
Posted:
Dec 7, 2012 9:23 AM
|
|
"Bas v S" <b.vanschravendijk@student.tudelft.nl> wrote in message news:k9siqg$afi$1@newscl01ah.mathworks.com... > Dear all, I have a problem with using a for loop for different matrices > > I have a couple of matrices: > > Run1=<3600x6 double> > Run2=<3600x6 double> > Run3=<3600x6 double> > Run4=<3600x6 double>
*snip*
Don't do this! See question 6 in the Programming section of the newsgroup FAQ for an explanation why this is discouraged and several alternatives you should use instead.
http://matlab.wikia.com/wiki/FAQ
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|