InterviewSolution
Saved Bookmarks
| 1. |
Explain The Matlab Application Program Interface(api)? |
|
Answer» This is a library that allows you to WRITE C and FORTRAN programs that interact with MATLAB. It include facilities for CALLING routines from MATLAB (dynamic LINKING), calling MATLAB as a computational engine, and for reading and writing MATfiles This is a library that allows you to write C and Fortran programs that interact with MATLAB. It include facilities for calling routines from MATLAB (dynamic linking), calling MATLAB as a computational engine, and for reading and writing MATfiles |
|