Иногда при работе с Matlab возникает проблема "вылетания" программы при запуске. Связанно это с тем, что тип процессора (Processor ID) ПК на которм установлена программа не прописан в blas.spec. Но всё поправимо. Следуем инструкции ниже и дописываем свой тип процессора:
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
AuthenticAMD Family 16 Model 6 atlas_Athlon.dll # Athlon II X2 220
4 - Save the file (Ctrl+S).
5 -Start Matlab.
Как пример:
Processor AMD Athlon II X2 220 @ 2.81 GHz 1 processor, 2 cores
Processor ID AuthenticAMD Family 16 Model 6 Stepping 3