opening and viewing mat file having different snapshots /class : structure
조회 수: 2 (최근 30일)
이전 댓글 표시
i am working on NYUsim open source software which is in matlab. when i run the software, i am no table to view the output values generated as it is of class structure with 40 snapshots.
how to view each snapshot and how to work/ access them. i want to averaging etc of some values taking from each snapshot.
댓글 수: 0
답변 (1개)
KSSV
2023년 9월 7일
S = matfile('myfile.mat') ;
You can access the variables of the matfile from S. If you want more specific help you may attach your matfile.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!