shanqing-cai / mexCommandWrapper

A MATLAB mex program for calling Windows command lines as a separate thread and without blocking MATLAB command sequence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mexCommandWrapper

A MATLAB mex program for calling Windows command lines as a separate thread and without blocking MATLAB command sequence. Unlike MATLAB's built-in dos command which switches focus from the MATLAB window to the external program, this mex program brings the MATLAB main window back to foreground and focus shortly after the initiation of the external program.

About

A MATLAB mex program for calling Windows command lines as a separate thread and without blocking MATLAB command sequence

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:C++ 85.2%Language:Objective-C 14.8%