Prev: MATCONT
Next: How to choose tspan?
From: Matt J on 17 Mar 2010 15:59 "Aneesh " <agoly(a)fau.edu> wrote in message <hnrbgp$42m$1(a)fred.mathworks.com>... > Hi Matt, > I have used the A\b only for the inverse. Still i get the same error. I am only able to get the results till 80x80. ====================== I repeat my questions from before (1) Are you sure the memory crash happens when executing A\b or might it occur in the code that constructs A? (2) What help can we possibly provide without seeing at least a relevant sample of the code?
From: Jan Simon on 17 Mar 2010 16:16
Dear Aneesh! > I have used the A\b only for the inverse. Still i get the same error. I am only able to get the results till 80x80. If you cannot invert a matrix greater than 80x80, there are other substantial problems in your program. It is not the fault of the inversion! So look for other locations where memory is wasted and not freed. Use this: whos Kind regards, Jan |