How can we load a number of data's in a single file in .mat form? Please help me

조회 수: 3 (최근 30일)
How can we load a number of data's in a single file in .mat form? Please help me
  댓글 수: 3
Stephen23
Stephen23 2020년 10월 22일
S = load(...);
and then access the fields of S.

댓글을 달려면 로그인하십시오.

답변 (1개)

Roshan Hingnekar
Roshan Hingnekar 2020년 10월 22일
Refer to this link to learn about the 'load' function in MATLAB.
https://www.mathworks.com/help/matlab/ref/load.html

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by