Creating Mat file using execl file
1 回表示 (過去 30 日間)
古いコメントを表示
Davide Di Pasquale
2018 年 6 月 14 日
コメント済み: Yuvaraj Venkataswamy
2018 年 6 月 14 日
I have an excel file containing numbers in five columns and several rows. Each column represents a variable.How I can generate a mat file that recognise the varaibles? And how to call the variables for the mat file generated?
0 件のコメント
採用された回答
Yuvaraj Venkataswamy
2018 年 6 月 14 日
Use below commands.
if true
Input=xlsread('your_file.xls');
save Input.mat
end
3 件のコメント
Yuvaraj Venkataswamy
2018 年 6 月 14 日
Then can define it as variable like below,
A=input;
Then use it for further processing.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!