用matlab画出函数

的图像
其中

以下是我写的代码,请问哪里有错误??
F0=0:0.1:2;
syms theta;syms R;syms R1;syms o;
f1=exp((R
R1/(2o
o))cos(theta));
I0=1/pi(int(f1,theta,0,pi));
f2=exp(-(RR-R1
R1)/(4o
o));
y1=f1I0;
F1=int(y1,R1,0,1);
y2=R
F1;
F2=int(y2,R,0,1);
y3=1/(oo)*F2;
DF0=int(y3,o,0,F0);
plot(F0,DF0)
这个公式的代码你会不会写啊