From: John D'Errico on
"sushma " <sushma.motamarri(a)gmail.com> wrote in message <hvsi1i$58b$1(a)fred.mathworks.com>...
> hi...
> I have written a script in matlab which will call a function recursively till a condition becomes false.but i donot know why the matrix multiplication of simple matrix containing floating point elements is returning me value in exponentials resulting in the indefinite recursion.actual the element should be in negatives but not able to fix where the multiplication is going wrong .please somebody help me

Luckily my crystal ball is quite clear this morning.

The problem is on (exactly) line 357 of your code.
You have used * instead of / in that expression.

Or, maybe the error is somewhere else.

How can we possibly know what you did wrong from
this blasted minimal explanation of yours, without
seeing any code at all?!?!?!

John