필터 지우기
필터 지우기

Different ways of creating .mat files? what is an array, cell, structure, string?

조회 수: 3 (최근 30일)
juan sanchez
juan sanchez 2018년 7월 8일
답변: Jan 2018년 7월 8일
Hi, I am new to matlab and I wanted to know what are the different ways of creating .mat files as shown in the picture attached?
are these done from the command window? imported from excel or text? both? any good explanation
What is an array, cell, structure, string?
  댓글 수: 1
dpb
dpb 2018년 7월 8일
No idea really what you're trying to ask for first one, sorry...but try the "Getting Started" tutorial page...
For the latter, see matlab data-types

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

답변 (1개)

Jan
Jan 2018년 7월 8일
There are no different ways to create MAT files, but only one way: the save command. See:
doc save
There is no specific object called "structure" in Matlab, but "struct":
doc struct
You can search in the documentation also by:
docsearch struct
The basics are explained in the "Getting Started" chapters of the documentation and e.g. in Matlab's free "Onramp" tutorial: https://matlabacademy.mathworks.com/
It is more efficient to learn the basics from tutorials than to ask them in the forum.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by