이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Fortran에서 MATLAB 호출하기
MATLAB과 호환되는 Fortran 프로그램 작성
엔진 응용 프로그램은 MATLAB®을 계산 엔진으로 사용하는 Fortran 프로그램에서 MATLAB을 호출할 수 있게 해 주는 독립 실행형 프로그램입니다. 엔진 응용 프로그램을 빌드하려면 mex
함수를 호출하십시오.
엔진 응용 프로그램을 사용하려면 MATLAB이 설치되어 있어야 합니다. MATLAB Runtime만 설치된 컴퓨터에서는 MATLAB 엔진을 실행할 수 없습니다.
Fortran Engine API 함수
engOpen | MATLAB Engine 세션 시작 |
engClose | MATLAB Engine 세션 종료 |
engEvalString | Evaluate expression in string |
engGetVariable | Copy variable from MATLAB engine workspace |
engPutVariable | Put variable into MATLAB engine workspace |
engOutputBuffer | Specify buffer for MATLAB output |
도움말 항목
- Write Fortran Engine Applications
What to do to start building Fortran engine applications.
- Fortran 응용 프로그램에서 MATLAB 함수 호출하기
Fortran 엔진 응용 프로그램
fengdemo.F
를 만듭니다. - Build and Run Fortran Engine Applications on Windows
This example shows how to build and run the Fortran example
fengdemo.F
on Windows® platforms. - Build and Run Fortran Engine Applications on Linux
This example shows how to build and run the
fengdemo.F
example on Linux® platforms. - Build and Run Fortran Engine Applications on macOS
This example shows how to build and run the example
fengdemo.F
from the macOS Terminal Window.