Extracting data from structure generated in scope
显示 更早的评论
Hi All, I am trying to extract data from a structure in the attached mat file. When I enter uvw.values, I am getting only the first set of values.
Thanks a lot in advance!
回答(1 个)
Tristan Barker
2024-4-8
0 个投票
I had the same issue and was trying to do ScopeData.signals.values(3) but the indexing is done on the signals. To get the third set do signals(3)
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Import and Export 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!