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!