Although the Matlab Console works I could not call Matlab from OriginC. Using the example given in externApps.h gives "No Matlab found".
#include <externApps.h> // this file is not included in origin.h ////////////////////////////////////////////////////////////////// void mltest() { Matlab matObj; if(!matObj) { out_str("No Matlab found"); return; } } Regards, Sven