Prev: AR, MA, ARMA
Next: howto interface with SQLite
From: Zhao Binbin on 27 Dec 2007 07:15 Hi, The error information is: Assertion detected at Wed Dec 26 21:09:00 2007 ----------------------------------------------------------- ------------- Assertion failed: Forced Assertion at line 388 of file ".\memmgr\memcache.cpp". Cache error: base_table is full Configuration: MATLAB Version: 7.0.1.24704 (R14) Service Pack 1 MATLAB License: 247842 Operating System: Microsoft Windows XP Window System: Version 5.1 (Build 2600: Service Pack 2) Processor ID: x86 Family 6 Model 15 Stepping 2, GenuineIntel Virtual Machine: Java 1.4.2_04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM (mixed mode) Default Charset: ibm-1386_P100-2002 Stack Trace: Error in ==> e1225 at 34 shequ=floor([i j]*real(lumda(mm)^G)); lumda is a vector, G is a 2*2 matric. G will chnage for more than thousands of time. for e=1:29 for c=1:17 for f=1:17 for i=1:40 for j=1:40 for mm=1:6 shequ=floor([i,j]*real(lumda(mm)^G)); ..... end end end end end end Is there some methods to clear the useless data of the base_table, or other methods to resolve this problem. Thanks!
|
Pages: 1 Prev: AR, MA, ARMA Next: howto interface with SQLite |