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!