Having problem getting data from simulink model with just matlab script?

조회 수: 13 (최근 30일)
Kushal Madane
Kushal Madane 2015년 5월 25일
답변: Dmitriy Kornol 2021년 12월 1일
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!!!

답변 (1개)

Dmitriy Kornol
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.

카테고리

Help CenterFile 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!

Translated by