how do i access signal logging data
Show older comments
i dont mean view the data in data viewer, i mean evaluate signals in a script?
Answers (1)
Azzi Abdelmalek
on 22 Apr 2016
0 votes
Use to workspace block
2 Comments
alan chewter
on 23 Apr 2016
Azzi Abdelmalek
on 23 Apr 2016
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
Categories
Find more on Save Run-Time Data from Simulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!