Warning: Function behaves unexpectedly on array inputs. To improve performance, properly vectorize your function to return an output with the same size and shape as the input arguments.
X=p.XData;
Y=p.YData;
i=[220 402];
X(i)=1;
Y(i)=[.1 -.1];
a={Y,0,'FaceC','#bde','EdgeC','n'};
fill(X,a{:});
hold;
Current plot held
fill3(X,X-X,a{:});
fimplicit3(f,a{3:6});
Warning: Function behaves unexpectedly on array inputs. To improve performance, properly vectorize your function to return an output with the same size and shape as the input arguments.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.