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!