Trigger Simulink Calculation from MATLAB script
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi Guys,
I am a systems integrator and i need to integrate a Simulink calculation with PI AF(Database). As of now, the database emits files in a specific csv format that are converted to a .mat file manually using a tool. I need to convert the csv file into a .mat file using a MATLAB script and I need to trigger the Simulink calculation as it is from
The block diagram in Simulink has got file blocks as input which read a specific file from the folder for the calculation. I want to write a script that takes in the csv file and generates a .mat file of the same name in the same folder(replicating the work of the tool). Once this is done, I need to trigger the Simulink calculation.
How can i achieve this is MATLAB ? I am completely new to MATLAB and Simulink and I have never worked on them before.
Thanks.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!