If you google “meshgrid Julia”, this comes up as the first link: Meshgrid function in Julia
TLDR: yes, there are plenty of examples of meshgrid
routines in Julia, e.g. here or better yet LazyGrids.jl, but people generally learn to use broadcasting instead.