unix - How to get the PID of matlab when using the MATLAB Engine? -


when using matlab engine interface, how can process id of matlab process started? or how can launch matlab process in way allow me pid?

the reason why need able interrupt calculations when take long. on *nix systems seems work sending sigint signal matlab. won't kill matlab, interrupt current calculation.

evaluate following in matlab pid:

feature('getpid') 

i found here.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -