engCallMATLAB

engCallMATLAB is a c routine giving engine equivalent of mexCallMATLAB function

You are now following this Submission

Have you ever wanted to call the engCallMATLAB function, only to realize that it isn't available? Well, now it is! This c routine mimics the functionality of the mexCallMATLAB function, but for engine applications. Has the same argument list as mexCallMATLAB with the addition of the Engine pointer. The routine works by putting all input variables into the MATLAB engine workspace, calling engEvalString to evaluate the function in the MATLAB engine workspace, and then getting the result variables from the MATLAB engine workspace back into your c code. Cleans up after itself. Included in the zip file are a working driver example program, a compile file for lcc on win32, and a help file.

Cite As

James Tursa (2026). engCallMATLAB (https://www.mathworks.com/matlabcentral/fileexchange/17494-engcallmatlab), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Chemistry in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0