how to create .mat file from .csv file??

1 回表示 (過去 30 日間)
saeeda saher
saeeda saher 2018 年 1 月 8 日
I have a .csv datset which has 3 columns. I want to create .mat file from it.I tried many codes like:
M=importdata('dataset')
save('dataset.mat','M')
and
M=importdata('dataset')
system('rename dataset dataset.mat');
It creates the .mat file,
but I dont know how to define the variables?
Kindly help

回答 (0 件)

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by