Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

C++ Engine API

MATLAB® C++ Engine API를 사용하여 C++ 프로그램에서 MATLAB 호출

C++용 MATLAB Engine API에는 matlab::engine 네임스페이스의 함수, 클래스, 유형 정의가 포함됩니다. 이 API는 C++용 MATLAB Data API를 사용하여 MATLAB 데이터를 처리합니다.

함수

모두 확장

matlab::engine::startMATLAB동기식으로 MATLAB 시작
matlab::engine::startMATLABAsyncStart MATLAB asynchronously
matlab::engine::connectMATLABConnect to shared MATLAB session synchronously
matlab::engine::connectMATLABAsyncConnect to shared MATLAB session asynchronously
matlab::engine::findMATLABFind shared MATLAB sessions synchronously
matlab::engine::findMATLABAsyncFind shared MATLAB sessions asynchronously
matlab::engine::terminateEngineClientFree engine resources during run time
matlab::engine::convertUTF8StringToUTF16StringConvert UTF-8 string to UTF-16 string
matlab::engine::convertUTF16StringToUTF8StringConvert UTF-16 string to UTF-8 string

클래스

모두 확장

matlab::engine::MATLABEngineEvaluate MATLAB functions from C++ program
matlab::engine::FutureResultRetrieve result from asynchronous operation
matlab::engine::SharedFutureResult Retrieve result from asynchronous operation as shared future
matlab::engine::StreamBuffer Define stream buffer
matlab::engine::String Define UTF-16 string
matlab::engine::WorkspaceTypeMATLAB 작업 공간 유형

도움말 항목