matlab找不到指定模块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab找不到指定模块相关的知识,希望对你有一定的参考价值。
>> a=[1,2;3,4]
a =
1 2
3 4
>> [L,U]=lu(a)
libmwblas: load error: D:\MATLAB\bin\win32\atlas_Athlon.dll
Caught "std::exception" Exception message is:
D:\MATLAB\bin\win32\atlas_Athlon.dll
我用的是matlab2010rb软件,处理器是AMD双核,安装在E盘里,系统是win732位旗舰版。
各位大哥帮帮忙。百度上骗子很多,所以我不敢弄那么多分,万一找不到合适的答案,分数要不回来了。如果问题得到解决,我一定会追加50分
,如果有这个文件,则看一下我的电脑-属性-高级-环境变量,新建变量BLAS_VERSION,值为E:\MATLAB\bin\win32\atlas_Athlon.dll
,如果没有新建这个变量,则把原来文件atlas_Athlon.dll删除,就可以了追问
我装的是2010rb
追答那也一样啊,你把那个变量删了试了没?
追问原来的已经删了啊,还是不行。而且我没有找到atlas_Athlon.dll文件啊。要不加你qq聊一下?我的1622340362
参考技术A 看一下我的电脑-属性-高级-环境变量-系统变量肯定可以看见 变量BLAS_VERS;值为\MATLAB\bin\win32\atlas_Athlon.dll
而2010版本是不需要设置系统变量的,所以你只要把这个变量删去就可以了 参考技术B 并非兼容性问题,我也遇到了,需修改current floder至指定文件夹Desktop→Current floder修改即可修改至你所使用的文件夹 参考技术C function [L,U]=myLU(A)
[L,U]=lu(A) 参考技术D 可能是安装的问题,缺少很多dll。
matlab安装,找不到指定模块,程序
请各位大虾帮帮忙啊,急用啊!
我的电脑是AMD的,安装matlab,按网上说的修改了环境变量,解决了一打开就闪的问题,可是点击打开就跳出"找不到指定模块"的提示,接着打开界面,又跳出”找不到指定程序”的提示,接着是
To get started, select MATLAB Help or Demos from the Help menu.
------------------------------------------------------------------------
Segmentation violation detected at Fri May 15 18:44:52 2009
------------------------------------------------------------------------
Configuration:
MATLAB Version: 7.0.0.19920 (R14)
Operating System: Microsoft Windows XP
Window System: Version 5.1 (Build 2600: Service Pack 2)
Processor ID: x86 Family 15 Model 11 Stepping 2, AuthenticAMD
Virtual Machine: Java 1.4.2 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
(mixed mode)
Default Charset: ibm-1386_P100-2002
Register State:
EAX = 00000000 EBX = 00000000
ECX = 7c80997d EDX = 01030001
ESI = 0130a780 EDI = 014c8ad0
EBP = 00cda6d8 ESP = 00cda648
EIP = 00000000 FLG = 00010206
Stack Trace:
[0] numerics.dll:??$ [25] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(struct _mdUnknown_workspace *,int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0, 0x00cdc6c8, 1) + 28 bytes
........
Please follow these steps in reporting this problem to The MathWorks so
that we have the best chance of correcting it:
1. Send this crash report to segv@mathworks.com for automated analysis.
For your convenience, this information has been recorded in:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\matlab_crash_dump.1636
2. Also, if the problem is reproducible, send the crash report to
support@mathworks.com along with:
- A specific list of steps that will reproduce the problem
- Any M, MEX, MDL or other files required to reproduce the problem
- Any error messages displayed to the command window
A technical support engineer will contact you with further information.
Thank you for your assistance. Please save your workspace and restart
MATLAB before continuing your work.
Error in ==> whitebg at 96
lum = [.298936021 .58704307445 .114020904255]*c';
Error in ==> colordef>wdefault at 103
whitebg(fig,[1 1 1])
Error in ==> colordef at 50
wdefault(fig)
Error in ==> hgrc at 59
colordef(0,'white') % Set up for white defaults
Error in ==> matlabrc at 89
hgrc
The element type "name" must be terminated by the matching end-tag "</name>".
Could not parse the file: g:\toolbox\ccslink\ccslink\info.xml
>>
2、在"高级"选项卡中点击"环境变量"
3、在系统变量下面添加如下内容(按"新建")
例如:
变量名:BLAS_VERSION
变量值:E:\Matlab7\bin\win32\atlas_Athlon.dll
然后运行你的MATLAB吧!
但是要记住那个变量值你安装在X盘里面就写:X:\Matlab7\bin\win32\atlas_Athlon.dll 我就是这样子我和你的情况一样子的!!! 参考技术B 15:绝对与相对误差的关系: ,绝对误差和有效数字的关系:
设精确数据 的近似值x可以表示为: 其中
d是0到9的整数,且 不等于0,设绝对误
差 ,则称x有n位有效数字。相对误差与有效
数字的关系:对于一个近似的数x,如果有n位有效数字,相对误差
限 ,反之,如果x的相对误差限满
足 ,则称x至少有n位有效数字。
以上是关于matlab找不到指定模块的主要内容,如果未能解决你的问题,请参考以下文章