Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Jimbob
Posts:
3
Registered:
11/27/12
|
|
Re: 'index out of bounds' error
Posted:
Nov 27, 2012 9:56 AM
|
|
dpb <none@non.net> wrote in message <k92i1a$5f7$1@speranza.aioe.org>... > On 11/27/2012 8:00 AM, Jimbob wrote: > > ...[top posting repaired; don't do that--hard follow conversation makes]... > > > dpb <none@non.net> wrote in message <k92gbi$n7$2@speranza.aioe.org>... > >> On 11/27/2012 7:46 AM, dpb wrote: > >> ... > >> > >> > 1D vector earlier. To address a subset of an array use the ':' > >> > > ... > > >> > [b, a] = ellip (n, Rp, Rs, Wp(i:i+1)); > ... > > Thanks dpb, that's a big help. > > > > I am now getting an 'Index exceeds matrix dimensions.' error on the same > > line. Any ideas on that? > > Well, what are values of the loop index? The previous error message > said you had chosen input values so length(Wp) was 6. > > doc debug % dbstop on error and poke around and find your problems > > --
Thanks again for your help. I've now managed to identify the second problem with a simple change so now:
x = 35/(numchan+1)
|
|
|
|