Domanda di colloquio di EndoVantage

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

Risposte di colloquio

Anonimo

16 nov 2017

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

Anonimo

4 dic 2017

Could you specify more details of the problem?

Anonimo

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