how do i access signal logging data
이전 댓글 표시
i dont mean view the data in data viewer, i mean evaluate signals in a script?
답변 (1개)
Azzi Abdelmalek
2016년 4월 22일
0 개 추천
Use to workspace block
댓글 수: 2
alan chewter
2016년 4월 23일
Azzi Abdelmalek
2016년 4월 23일
then you can read your selected data
h1=logsout.get(1) % for the first selected signnal
% the variable name is set by default, you can change it in parameter configuration
data1=h1.Values.Data
and so on
카테고리
도움말 센터 및 File Exchange에서 Analyze Simulation Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!