I'm essentially trying to find a Linux compatible version of the .NET solution to the post found here. The goal would be to start a process and have control return to matlab, but also have the ability to continuously check the status of the process to determine when it has finished and if it returns any error codes.
I realize the system command does this but if you add the & at the end to return control back to matlab it returns the exit code and does not update when the process finishes.
Thanks in advance for any help.