필터 지우기
필터 지우기

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')

추가 답변 (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.

Nelson
Nelson 2022년 6월 9일
data=load('fun')

카테고리

Help CenterFile Exchange에서 Workspace 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