Is there an analogous function that makes a meshgrid out of
x=0:0.1:1
y=0:0.1:2
[x,y]=meshgrid(x,y)

which is the command in matlab

Reply via email to