フィルターのクリア

from excel file import variables into more mat file.

3 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by