nuaa_nwh 发表于 2011-4-28 10:48:54

高手帮忙,运行matlab程序得出部分结果后,出了下面第错误提示,不知道是什么原因

我的防火墙中已经设置matlab可以访问网络,同时网络连接断开

我的程序见附件!

谢谢!



------------------------------------------------------------------------
       Segmentation violation detected at Thu Apr 28 11:10:00 2011
------------------------------------------------------------------------
Configuration:
MATLAB Version:   7.1.0.246 (R14) Service Pack 3
MATLAB License:   161051
Operating System: Microsoft Windows 2000
Window System:    Version 6.0 (Build 6000)
Processor ID:   x86 Family 6 Model 7 Stepping 6, GenuineIntel
Virtual Machine:Java 1.5.0 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Default Charset:GBK
Register State:
EAX = 0000001cEBX = cbf79292
ECX = 0000001fEDX = 0000001c
ESI = cbf79291EDI = 40000000
EBP = 00000000ESP = 00cda78c
EIP = 0fcb2f21FLG = 00210292
Stack Trace:
This error was detected while a MEX-file was running.If the MEX-file
is not an official MathWorks function, please examine its source code
for errors.Please consult the External Interfaces Guide for information
on debugging MEX-files.
If it is an official MathWorks function, 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:\Users\nwh\AppData\Local\Temp\matlab_crash_dump.9264
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 ==> maple at 104
= maplemex(statement);
Error in ==> sym.maple at 85
= maple(statement);
Error in ==> sym.inv at 26
    = maple('inverse',A);
Error in ==> bysj at 107
          b=b-inv(a1s)*f1s;

messenger 发表于 2011-4-28 15:19:21

呵呵,第一次看见现在还有用Windows 2000的。可能是你用符号工具箱了吧,Matlab混合编程不支持。
页: [1]
查看完整版本: 高手帮忙,运行matlab程序得出部分结果后,出了下面第错误提示,不知道是什么原因