From a script in Matlab, I need to run an external command. Normally this is done with system, but script execution blocks until the command completes. Is there a way to execute a command from a script without blocking execution?
EDIT: OS is Windows Server.