Re: I think it's a problem with the period/matrix things
- From: "Nasser Abbasi" <nma@xxxxxxxxx>
- Date: Sat, 11 Oct 2008 20:02:40 -0700
"Matt F" <archmage64@xxxxxxxxxxx> wrote in message
news:gcqv72$4q6$1@xxxxxxxxxxxxxxxxxxxxx
Hi friends,
I'm trying to solve an error I keep getting when I execute my program. It
says 'index out of bounds' and then 'numel(P)=2'
I think I have a problem with not putting dots before some of my
variables?
Can anyone shed some light?
Thanks,
-Matt
This is a simple case of debugging your code.
Use the Matlab debugger, tell it to stop on error, then let it run.
When the error occur, then using the debugger examine the variables and
you'll find where/why you exceeded the bounds.
The error is clear, you have exceeded the bound of some vector or matrix.
Nasser
.
- References:
- I think it's a problem with the period/matrix things
- From: Matt F
- I think it's a problem with the period/matrix things
- Prev by Date: Plotting 3D graph in a plane
- Next by Date: TV signals reception using Matlab
- Previous by thread: I think it's a problem with the period/matrix things
- Next by thread: Re: rank([X;Y]) < rank(X) + rank(Y)
- Index(es):
Relevant Pages
|