Pregunta de entrevista de EndoVantage

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

Respuestas de entrevistas

Anónimo

16 nov 2017

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

Anónimo

4 dic 2017

Could you specify more details of the problem?

Anónimo

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);