How to import data to Excel through Matlab
古いコメントを表示
回答 (2 件)
William
2011 年 10 月 20 日
try
help csvread()
Walter Roberson
2011 年 10 月 20 日
0 投票
If you are inside MATLAB and you are trying to trigger Excel to read values, then you should be using the Excel COM (Component Object Modeling) interface. See actxserver()
カテゴリ
ヘルプ センター および File Exchange で Use COM Objects in MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!