フィルターのクリア

How Can I read the contents of .mat files ?

239 ビュー (過去 30 日間)
farzad
farzad 2014 年 10 月 10 日
回答済み: Nelson 2022 年 6 月 9 日
Hi All
I have an m file and a set of .mat files that are connected to this m file and m file loads their data , I need to know whether I can open and extract all the data of these .mat files and check what they contain
thank you very much

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 10 月 10 日
data=load('your_file_name')
  1 件のコメント
farzad
farzad 2014 年 10 月 10 日
Thanks a lot Azzi

サインインしてコメントする。

その他の回答 (2 件)

Star Strider
Star Strider 2014 年 10 月 10 日
You can check the contents of .mat files and load specific data from them with the matfile function.
  1 件のコメント
farzad
farzad 2014 年 10 月 10 日
thank you very much

サインインしてコメントする。


Nelson
Nelson 2022 年 6 月 9 日
data=load('fun')

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by