運(yùn)行MATLAB時(shí)出現(xiàn)Runtime Error的解決辦法(轉(zhuǎn)載)
2017-05-25 by:CAE仿真在線 來源:互聯(lián)網(wǎng)
困擾我兩天的MATLAB運(yùn)行時(shí)出現(xiàn)Runtime Error問題剛剛解決,很高興。
癥狀如下:runtime error
program:d:\MATLAB7\bin\win32\MATLAB.exe
this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information.
解決方法很簡單:
program:d:\MATLAB7\bin\win32\MATLAB.exe
this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information.
解決方法很簡單:
更換主題,最好換成經(jīng)典樣式(royale主題居然不行-_-!)
再次運(yùn)行,一切就OK了。
網(wǎng)上查到的其它方法都試過,沒用,下面列舉如下,如果上面的方法不行,可以嘗試下面的方法。
因?yàn)镸ATLAB需要用到處理器的數(shù)學(xué)運(yùn)算部分,故需要設(shè)置一下BLAS(Basic Linear Algebra Subroutines,就是"基礎(chǔ)線性幾何子程序"的意思)環(huán)境變量.首先請確認(rèn)你的MATLAB的文件夾中有如下文件:atlas_Athlon.dll(AMD系列的請用這個(gè)),atlas_P4.dll(P4的用這個(gè)),atlas_PIII.dll(P3的用這個(gè)),atlas_PII.dll(P2的用這個(gè)),這些是對應(yīng)處理器的數(shù)值運(yùn)算優(yōu)化文件
然后請按如下步驟進(jìn)行:
1、右擊我的電腦,選擇屬性.
2、在"高級"選項(xiàng)卡中點(diǎn)擊"環(huán)境變量"
3、在系統(tǒng)變量下面添加如下內(nèi)容(按"新建"):
例如:
變量名:BLAS_VERSION
變量值:E:\Matlab7\bin\win32\atlas_Athlon.dll
然后請按如下步驟進(jìn)行:
1、右擊我的電腦,選擇屬性.
2、在"高級"選項(xiàng)卡中點(diǎn)擊"環(huán)境變量"
3、在系統(tǒng)變量下面添加如下內(nèi)容(按"新建"):
例如:
變量名:BLAS_VERSION
變量值:E:\Matlab7\bin\win32\atlas_Athlon.dll
開放分享:優(yōu)質(zhì)有限元技術(shù)文章,助你自學(xué)成才
相關(guān)標(biāo)簽搜索:運(yùn)行MATLAB時(shí)出現(xiàn)Runtime Error的解決辦法(轉(zhuǎn)載) MatLab培訓(xùn) MatLab培訓(xùn)課程 MatLab在線視頻教程 MatLab技術(shù)學(xué)習(xí)教程 MatLab軟件教程 MatLab資料下載 MatLab代做 MatLab基礎(chǔ)知識 Fluent、CFX流體分析 HFSS電磁分析 Ansys培訓(xùn) Abaqus培訓(xùn)
編輯