필터 지우기
필터 지우기

Interact with a simulink build .exe

조회 수: 1 (최근 30일)
James Marriott
James Marriott 2017년 1월 18일
답변: Jordan Ross 2017년 1월 23일
Can anyone help?
I have generated an .EXE from a simulink model using grt.tlc. At the models top level there are a series of inputs and outputs which I want to interact with (setting the inputs to values and looking at the outputs).
Can someone point me to some documentation or tell me how I would interface with this .exe.
Ultimately I want to create a GUI in Visual Studio professional that allows the user to set the inputs, press run to execute the .exe and then get the results back from the model.
Thanks
James.

답변 (1개)

Jordan Ross
Jordan Ross 2017년 1월 23일
Hello James,
When you generate the executable it also generates the source files (see the below doc link). http://www.mathworks.com/help/rtw/ug/files-and-folders-created-by-the-build-process.html
With those source files you can bring them into Visual Studio and add additional source files around the ones that you generated you can build a new executable that achieves what you want. Please see the following link on relocating the source files to an IDE such as Visual Studio: http://www.mathworks.com/help/rtw/ug/files-and-folders-created-by-the-build-process.html
For more information regarding building in Visual Studio, please check out the following documentation: http://www.mathworks.com/help/rtw/examples/creating-a-microsoft-visual-studio-solution.html

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by