필터 지우기
필터 지우기

Running Matlab simulation from a C++ code

조회 수: 2 (최근 30일)
Griffin Polglaze
Griffin Polglaze 2020년 3월 14일
답변: Mark McBroom 2020년 3월 22일
I have inhereted a C++ code (source and header files) and am wondering how I would run a simulation based of the data obtained from C++ in Matlab. The purpose of the simulaition is to see how droplets grow over time.

답변 (1개)

Mark McBroom
Mark McBroom 2020년 3월 22일
Option 1: Modify your C++ code so that it writes the data to a comma delimited file, where the first column is the simulation time and the remaining columns are the output values for each time step. Then, use one of the options discussed here to bring the data into Simulink. https://www.mathworks.com/help/simulink/import-data_import-data.html
Option 2: Create a new Simulink S-Function block that will run our code and has output signals for each of the variables your C++ code computes. This is more of an advanced maneuver. https://www.mathworks.com/help/simulink/slref/c-object-methods-as-legacy-functions.html

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by