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!