|
Dear Sir/Madam
I found a runtime error when I running the following MATLAB .m. Could anyone tell me how to fix it? Thank a lot!
The .m file is like this:
clear all
close all
syms x y z
A=0.0320*(1+2*pi^2*z^2-cos(2*pi*z)-2*pi*z*sin(2*pi*z));%2/No*Aa1^2*Eb1
B=0.0320*(1+2*pi^2-z+cos(z));%0;
Pn0=int(exp(-(y+B)/2)*besseli(0,sqrt(B*y)),y,0,x);
Pn1=0.25*int(Pn0*exp(-(x+A)/2)*besseli(0,sqrt(A*x)),x,0,Inf);
Pn2=10*int(Pn1,z,0,0.1);
%
Pnv=vpa(Pn2,4);
The error message is like:
MuPAD DLL Kernel
Fatal internal error.[C0000094]
When I clicked OK. Another dialog diagram pop out, saying:
Runtime Error!
Program: C:\Program Files\MATLAB\R2009b\bin\win64\MATLAB.exe
R6025
-pure virtual function call
Then when I clicked OK. MATLAB shuts down.
Sincerely
Yue
|