Extracting Simulink Data to C-Library during runtime (Book suggestion?)
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello Everybody, I work on a satellite attitude control system simulator using Simulink. For visualization purposes, I want to extract attitude data from the simulator to a C-Library during runtime. Another program would use this data to visualize the satellite during its flight around Earth.
I haven't worked on syncing MatLab with another program before, so I don't really have a thorough understanding of what I am talking about.
Does anybody have suggestions on how to tackle this problem? Any good books describing this kind of problem?
Thanks for any input!
댓글 수: 0
답변 (1개)
Kaustubha Govind
2011년 2월 8일
0 개 추천
You could use the MATLAB Engine API to call into MATLAB from an external C-library: Calling MATLAB Software from C/C++ and Fortran Programs
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!