syms x yt=x^2+y^2;r=int(t,x,0,2);r=char(r);f1=find(r=='^');r=[r(1:f1-1) '.' r(f1:end)];y=linspace(0,2,100);r=eval(r);plot(r,y)