Prev: Can a mex file share same memory as Simulink variables by accident?
Next: simulink subsystem address "not valid"
From: Kaare on 13 Jul 2010 06:21 Hi all, Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine on Windows 7 64-bit, but when I start Matlab it opens, but then closes down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz. Thx for Ur help if U know, Kaare
From: Steven Lord on 13 Jul 2010 09:42 "Kaare " <kaare.simonsen(a)hsbcib.com> wrote in message news:i1hemf$e77$1(a)fred.mathworks.com... > Hi all, > > Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine > on Windows 7 64-bit, but when I start Matlab it opens, but then closes > down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz. http://www.mathworks.com/support/solutions/en/data/1-RO6ME/?solution=1-RO6ME But be warned -- Windows 7 is not listed on the system requirements page for release R14. http://www.mathworks.com/support/sysreq/release14/index.html -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: Kaare on 14 Jul 2010 05:01 "Steven Lord" <slord(a)mathworks.com> wrote in message <i1hqgb$12i$1(a)fred.mathworks.com>... > > "Kaare " <kaare.simonsen(a)hsbcib.com> wrote in message > news:i1hemf$e77$1(a)fred.mathworks.com... > > Hi all, > > > > Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine > > on Windows 7 64-bit, but when I start Matlab it opens, but then closes > > down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz. > > http://www.mathworks.com/support/solutions/en/data/1-RO6ME/?solution=1-RO6ME > > But be warned -- Windows 7 is not listed on the system requirements page for > release R14. > > http://www.mathworks.com/support/sysreq/release14/index.html > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > To contact Technical Support use the Contact Us link on > http://www.mathworks.com > Thx Steve - that worked. I didn't need to add the last two lines in the spec file. Really really great - thx. Kaare
From: Stan Bischof on 14 Jul 2010 10:10
Kaare <kaare.simonsen(a)hsbcib.com> wrote: > Hi all, > > Does anyone know how to fix this problem. Matlab 7.0 R14 installed > fine on Windows 7 64-bit, but when I start Matlab it opens, but then > closes down after 1 second or so. My processor is Phenom II X6 X1055T > 2.8 GHz. > Safe to assume that you've tried starting from a shell and that you _don't_ see any errors? First thing to try is to look for the most common problem: java try these in order: (1) start with -nosplash option (2) set MATLAB_RESERVE_LO=0 (3) start with -nojvm option Stan |