| Author |
Message
|
siurek28 Poziom 11

Joined: 18 Dec 2006 Posts: 69
|
#1
23 Feb 2007 20:38 Matlab 7 - Nie chce się uruchamiać. |
|
|
|
witajcie,
postawilem Matlaba 7 na Windowsie XP +SP2 i nie dziala, przy uruchamianiu się programu wysypuje sie, pojawia się cos o Javie ze nie pasuje cos, ale Jave najnowszą mam zainstalowaną. Dodam, że kilka mies. temu gdy nie miałem SP2 wszystko ładnie śmigało. Co zrobić, żeby ten Matlab działał z SP2? Spotkal się ktoś z czymś takim...
Pozdrawiam.
|
|
| Back to top |
|
 |
Google

|
#
23 Feb 2007 20:38 |
|
|
|
|
|
| Back to top |
|
 |
Faust Poziom 13

Joined: 01 Apr 2003 Posts: 135
|
#2
24 Feb 2007 10:30 Re: Matlab 7 - problem z dzialaniem |
|
|
|
Wklej tu komunikat błędu, wyrażenie "coś o javie" to trochę mało. Starsze wersje (miałem styczność z 6) Matlaba wymagają Javy od M$, na tej od Suna nie chcą działać.
|
|
| Back to top |
|
 |
siurek28 Poziom 11

Joined: 18 Dec 2006 Posts: 69
|
#3
28 Feb 2007 11:29 Re: Matlab 7 - problem z dzialaniem |
|
|
|
oto co się pojawia po uruchomienia matlaba. Jeżeli zmienię tryb zgodności na no. windows 2000, to matlab uruchomi się ale po 2-3 sek znika sam z siebie zamyka się.
pozdrawiam
| Description: |
|
 Download |
| Filename: |
error.jpg |
| Contents: |
|
| Filesize: |
3.75 MB |
| Punkty: |
5.5 = 4.5 for transfer + 1.00 for the user (set automatically) |
|
|
| Back to top |
|
 |
Google

|
#
28 Feb 2007 11:29 |
|
|
|
|
|
| Back to top |
|
 |
emper Poziom 9

Joined: 07 Jan 2005 Posts: 42 Location: Kraków
|
#4
02 Apr 2007 17:21 Re: Matlab 7 - problem z dzialaniem |
|
|
|
Miałem to samo. Podobno błąd jest związany z procesorem AMD 64. Rozwiązanie jest banalne:
You need to use a "blas" specific for your AMD processor. BLAS is Basic
Linear Algebra System.
Anyhow, it is not so have to fix (but poorly documented in Matlab):
Right click on "My Computer"
Click on "properties"
(This just opens the Sytem Properties dialog in Windows XP; there are other
ways to get there)
Click on "Advanced"
Click on "Environmental Variables"
There are two sets: The lower set is for "System Variables"
Click "New"
Under "Variable" type "BLAS_VERSION" (don't put the quotes ;-)
Under value put "c:\Matlab7\bin\win32\atlas_Athlon.dll"
(Check to make sure that there is a file by that name, otherwise look in
your Matlab folder for a "dll" folder that has the letters "Athlon" in it
and should also have "atlas" in it. Then place the path this THIS under
"value")
You do not need to reboot.
Matlab should now work.
If it STILL doesn't work, in the "path" variable under system variables add
"c:\Matlab7\bin\win32"
źródło: http://groups.google.com.ar/group/comp.soft-sys.matlab/browse_thread/thread/652f27e7fc31a1e7/71b0df16f8ee3222?lnk=gst&q=AMD+blas&rnum=4#71b0df16f8ee3222
|
|
| Back to top |
|
 |
Google

|
#
02 Apr 2007 17:21 |
|
|
|
|
|
| Back to top |
|
 |
monstas Poziom 2

Joined: 15 Oct 2006 Posts: 2 Location: Suwałki Białystok
|
#5
04 Jan 2008 16:44 Re: Matlab 7 - problem z dzialaniem |
|
|
|
Miałem podobny problem, na nowym komputerze z athlon 64 x2. Matlab7 uruchamiał się i po chwili zamykał. Zrobiłem to co radził emper ale niestety nie pomogło. Dopiero pomogło następująca rzecz:
Follow the steps below:
1 - Open %MATLAB7%\bin\win32 in Windows Explorer or through My Computer. '%MATLAB7%' here is the path where you installed MATLAB.
2 - Find the file named 'blas.spec'. Open this file in Wordpad. You will see a listing like this:
GenuineIntel Family 5 Model * atlas_PPro.dll # Pentium
GenuineIntel Family 6 Model 1 atlas_PPro.dll # Pentium Pro
GenuineIntel Family 6 Model 3 atlas_PII.dll # Pentium II (Klamath)
GenuineIntel Family 6 Model 5 atlas_PII.dll # Pentium II (Deschutes)
GenuineIntel Family 6 Model 6 atlas_PII.dll # Celeron
GenuineIntel Family 6 Model 7 atlas_PIII.dll # Pentium III (Katmai)
GenuineIntel Family 6 Model 8 atlas_PIII.dll # Pentium III (Coppermine)
GenuineIntel Family 6 Model 9 atlas_PIII.dll # Pentium M
GenuineIntel Family 6 Model 10 atlas_PIII.dll # Pentium III (Cascades)
GenuineIntel Family 6 Model 11 atlas_PIII.dll # Pentium III (Mobile)
GenuineIntel Family 6 Model * atlas_PIII.dll # Pentium III
GenuineIntel Family 15 Model * atlas_P4.dll # Pentium 4
AuthenticAMD Family 5 Model * atlas_PII.dll # AMD-K6
AuthenticAMD Family 6 Model * atlas_Athlon.dll # Athlon/Duron
AuthenticAMD Family 15 Model 4 atlas_Athlon.dll # Athlon 64
AuthenticAMD Family 15 Model 5 atlas_Athlon.dll # Opteron
3 - Scroll down and add the following two lines at the end:
AuthenticAMD Family 15 Model 12 atlas_Athlon.dll # Athlon 64 (Newcastle)
AuthenticAMD Family 15 Model * atlas_Athlon.dll # AMD64
4 - Save the file (Ctrl+S).
5 -Start Matlab.
źródło: http://www.asadasif.com/index.php?itemid=2
|
|
| Back to top |
|
 |
emper Poziom 9

Joined: 07 Jan 2005 Posts: 42 Location: Kraków
|
#6
17 Mar 2010 22:36 Re: Matlab 7 - problem z dzialaniem |
|
|
|
Rzeczywiście, ale chyba w większości przypadków pomaga to co napisałem
|
|
| Back to top |
|
 |