opening and viewing mat file having different snapshots /class : structure

2 ビュー (過去 30 日間)
shahnaz fatima
shahnaz fatima 2023 年 9 月 7 日
回答済み: KSSV 2023 年 9 月 7 日
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.

回答 (1 件)

KSSV
KSSV 2023 年 9 月 7 日
Read about matfile.
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.

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by