Output data from a Matlab exe

조회 수: 2 (최근 30일)
Paul
Paul 2013년 4월 19일
I have an executable file which is generated from Simulink and runs on some rapid prototyping equipment. This takes input signals and outputs information to Adobe Flash for the user to see what is going on. This works fine
The system is run standalone so I would like to be able to send out data from the exe to a log file either continuously or in say 20 second chunks. So that if there is a problem then I can resolve it from the data files. I also want to post process the data to optimise the Simulink model further.
At the moment I would like to understand what is possible
Thanks
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2013년 4월 19일
Paul: I'm confused with the question. If your Simulink executable already has the necessary inputs/outputs configured. Can you not edit the source code to add logging code and recompile it? Or did you want to write a Simulink block (perhaps an S-function) that logs the data, and have the executable generated automatically with the logging code?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by