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