PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

6 years ago in Matlab By Rajiv Bhatia

Calling MATLAB

Can I call MATLAB routine directly from C or FORTRAN program?

All Answers (1 Answers In All)

By Vipin Kumar Answered 6 years ago

Of Course you can! To call a MATLAB routines from your program you have to use MATLAB as a computational engine. A set of subroutines is provided that lets you to start MATLAB, send data and commands to it, get data back, and also terminate MATLAB.

Your Answer