Having problem getting data from simulink model with just matlab script?
조회 수: 13 (최근 30일)
이전 댓글 표시
I was interested in automating a procedure in which i would be able to fetch data from simulink model. I have tried signal logging and simout techniques. But problem is that for both of them i have to manually run the model. If i do it from matlab script, model runs and i can see output varying on scope but data doesnt comes to workscape. The script that i have made runs in loop for few thousand times and i am not interested in manually running the model after every loop. I will be very glad if someone helps me out!!!
댓글 수: 0
답변 (1개)
Dmitriy Kornol
2021년 12월 1일
In the Simulink environment, there are blocks "From Workspace" and "To Workspace". The "To Workspace" block exports data in the Simulink model to the workspace after each simulation. But at the same time, you need to configure the parameters of the Simulink model solver. It is better to set a fixed step, approximately 0.001. Otherwise, the data will fly to the workspace with variable discreteness.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!