EndoVantage interview question

They asked me to write Matlab code for a meshing problem.

Interview Answers

Anonymous

16 Nov 2017

I did not have access to a Matlab license so I described how I would tackle the problem.

Anonymous

4 Dec 2017

Could you specify more details of the problem?

Anonymous

24 May 2019

I think the answer they were looking for was meshgrid syntax in Matlab. [X ,Y] = meshgrid(x1 :delta_x:x2 , y1:delta_y:y2);