MATLAB을 시작하고 C++ 애플리케이션에서 함수 호출하기
MATLAB을 시작하고 연결하여 C++ 애플리케이션에서 MATLAB 함수 호출
C++ Engine API를 사용하여 C++ 애플리케이션에서 MATLAB®과 상호 작용할 수 있습니다. C++ Engine API를 사용하면 MATLAB 세션을 시작하거나 기존 세션에 연결하고 변수 값을 읽고 설정할 수 있으며 MATLAB 명령문을 실행하고 MATLAB 함수를 호출하여 결과를 수신할 수 있습니다.
함수
클래스
도움말 항목
MATLAB을 시작하고 연결하기
- C++에서 MATLAB 세션 시작하기
C++에서 MATLAB 세션을 동기식 또는 비동기식으로 시작하고 연결합니다. - Connect C++ to Running MATLAB Session
Connect a C++ engine to a MATLAB session that was started as or converted to a shared session.
함수 호출
- C++에서 MATLAB 함수 호출하기
C++에서 MATLAB 함수를 호출하여 MATLAB으로 변수를 전달하고 변수를 C++로 반환합니다. - Evaluate MATLAB Statements from C++
Evaluate MATLAB expressions from C++ and write variables to the MATLAB base workspace. - C++에서 MATLAB으로 변수 전달하기
C++에서 MATLAB으로 변수를 함수 인수로 전달하거나 MATLAB 기본 작업 공간에 바로 이러한 변수를 넣을 수 있습니다. - Pass Variables from MATLAB to C++
Get variables from the MATLAB base or global workspace. - Redirect MATLAB Command Window Output to C++
Redirect MATLAB Command Window output, including error messages, to your C++ program. - Convert C++ Engine Application to MATLAB Compiler SDK Application
Convert an engine application to a deployed application using MATLAB Compiler SDK™.