matlab运行过程中出现找不到指定模块的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab运行过程中出现找不到指定模块的问题相关的知识,希望对你有一定的参考价值。
在MATLAB中输入以下内容:
>> a=[1 1 1;2 2 2;3 3 3];
>> b=1-a
b =
0 0 0
-1 -1 -1
-2 -2 -2
>> a.*b
ans =
0 0 0
-2 -2 -2
-6 -6 -6
>> a*b
libmwblas: load error: D:\Matlab7\bin\win32\atlas_Athlon.dll
Caught std::exception Exception message is:
D:\Matlab7\bin\win32\atlas_Athlon.dll
令我郁闷的是为什么a.*b可以,而a*b就说找不到指定模块并出现上面的几行错误提示,是什么意思呢?(我的MATLAB是R2010a破解版的,安装时一切正常,使用也比较正常,只是矩阵乘运算时暴露出问题。我的机子是win7系统,AMD处理器,请各位指点是哪里出现问题了呢???)
我的MATLAB是下的破解版镜像文件,用虚拟光驱安装在c盘的,以前曾有过安装MATLAB后运行错误的问题,曾按照网上说的设置过环境变量,不过不行,所以下了一个较新版本的,不过出现以上所说的小问题,另外还有一些函数执行时找不到相应模块,是不是哪些工具没安装上呢? 环境变量该怎样设置呢 ?考虑到改程序安装在了C盘,我改成了C:\Program Files\MATLAB\R2010a\bin\win32\atlas_Athlon.dll 变量值BLAS_VERSION还是不行。我在网上搜了一下,有这样的问题:首先请确认你的MATLAB的文件夹中有如下文件:
atlas_Athlon.dll(AMD系列的请用这个),
atlas_P4.dll(P4的用这个),
atlas_PIII.dll(P3的用这个),
atlas_PII.dll(P2的用这个),
但是我找了一下没有以上所说的文件,该怎么办呢?
请各位大虾帮忙,不胜感激!
2:可以试试云端软件平台,软件宝库里有matlab2009b,我现在就是用这个,不用进行什么设置,很好用。大型软件用云端装比较好,重装系统不影响使用。你可以上网看看,我也不知道是否支持win7.
祝好运
(ps:不是广告) 参考技术A 我在windowsXP里运行没有问题,应该是安装错误,建议重新安装MATLAB,在安装时不要更改设置,应该没问题。 参考技术B 呵呵呵,前一段时间我遇到了相同的问题,卸载后重新安装即可。注意:一定要完全删除以前安装的内容(works目录下可以不删) 参考技术C 并非兼容性问题,我也遇到了,需修改current floder至指定文件夹Desktop→Current floder修改即可修改至你所使用的文件夹 参考技术D 安装错误,可在百度搜索安装指南
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运行过程中出现找不到指定模块的问题的主要内容,如果未能解决你的问题,请参考以下文章