How do we create a .mat document

조회 수: 10 (최근 30일)
Hind Aljallaf
Hind Aljallaf 2023년 3월 28일
답변: Mayank Sengar 2023년 4월 3일
how do we download and export a matlab code in the form of .mat document?
  댓글 수: 2
John D'Errico
John D'Errico 2023년 3월 28일
I'm confused. A .mat file is a container that holds only data, essentially numbers. No code is ever contained in a .mat file. So you cannot download or export code in the form of a .mat file.
Are you asking about an m-file? An m-file is just a text file. It contains code. How you would download it would depend upon where you are downloading it from.
Walter Roberson
Walter Roberson 2023년 3월 28일
Well, you could read in a .m or .mlx file as binary and store the byte stream in a .mat file... but it is not clear why you would want to do that

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

답변 (1개)

Mayank Sengar
Mayank Sengar 2023년 4월 3일
A MATLAB code file typically has a ".m" extension and cannot be saved as a ".mat" file directly. A ".mat" file is a binary file format used in MATLAB for storing variables, arrays, and structures.However, you can save the output of a MATLAB code as a ".mat" file.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by