ipcBeginProcess MATLAB

Guest
Hi All,

I am trying to invoke MATLAB from CIW using ipcBeginProcess. I am running below commands as mentioned in one of the previous posts:

readBeginTimeIpc=ipcBeginProcess("matlab")
ipcWait(readBeginTimelpc)
simulationBeginTime=ipcReadProcess(readBeginTimeIpc)

MATLAB initially tries to launch but it never comes up and this hands CIW also.

Can you please let me know what could be happening here?

I tried several variations of the above code (as mentioned in the forum) but none of it seems to solve the issue.

Regards,
Kris
 
On Wednesday, January 4, 2017 at 10:34:02 PM UTC-8, krishr...@gmail.com wrote:
Hi All,

I am trying to invoke MATLAB from CIW using ipcBeginProcess. I am running below commands as mentioned in one of the previous posts:

readBeginTimeIpc=ipcBeginProcess("matlab")
ipcWait(readBeginTimelpc)
simulationBeginTime=ipcReadProcess(readBeginTimeIpc)

MATLAB initially tries to launch but it never comes up and this hands CIW also.

Can you please let me know what could be happening here?

I tried several variations of the above code (as mentioned in the forum) but none of it seems to solve the issue.

Regards,
Kris

One more piece of information:

In the CIW I see below messages:

Waiting for ipc:17 to terminate
Waiting for ipc:17 to terminate
Waiting for ipc:17 to terminate

but the MATLAB application doesn't come up.

Regards,
Kris
 

Welcome to EDABoard.com

Sponsor

Back
Top