from excel file import variables into more mat file.

조회 수: 2 (최근 30일)
faruk özdemir
faruk özdemir 2019년 11월 18일
답변: Nicolas B. 2019년 11월 18일
Hello everyone,
i try to import data on matlab, i need to import separete data from excel file to mat file using matlab. I have a excel data tables for instance these 10 or 12 row datas should belong to one mat file .how can i extract and save my datas into mat files
  댓글 수: 1
Ajay Kumar
Ajay Kumar 2019년 11월 18일
what is the size of excel file? and how many rows and columns you want to save in one mat file?

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

답변 (1개)

Nicolas B.
Nicolas B. 2019년 11월 18일
I would recommend you to read the whole table in excel in once with, for example readmatrix and then, to save it into the mat-files programmatically.
I don't see anyway to do it automatically without writing a script.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by