hi,
i am new to matlab. i need to draw divergence of function in 2d xy-graph. i found acode with help of that code i can plot vector it self and its 3d divergence. i have no idea how to create 2d of that same divergence.
below is the code i am using
x= -11:0.5:11 ;
y = x;
[x,y]=meshgrid(x,y)...