EndoVantage Interview Question

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

Interview Answers

Anonymous

Nov 16, 2017

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

Anonymous

Dec 4, 2017

Could you specify more details of the problem?

Anonymous

May 24, 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);