最佳答案
I'm looking for a clear comparison of meshgrid-like functions. Unfortunately I don't find it!
Numpy http://docs.scipy.org/doc/numpy/reference/ provides
mgrid
ogrid
meshgrid
Scitools http://hplgit.github.io/scitools/doc/api/html/index.html provides
ndgrid
boxgrid
Ideally a table summarizing all this would be perfect!