Excel and MATLAB connection

조회 수: 1 (최근 30일)
Ijaz Ahmed
Ijaz Ahmed 2019년 3월 13일
답변: Rik 2019년 3월 13일
How can I connect excel and MATLAB so that I don't need to import the excel data every time manually? Also, how ActiveX can be used for this purpose?

답변 (1개)

Rik
Rik 2019년 3월 13일
You can use xlsread to read data from Excel in your code. I would avoid the use of ActiveX whenever you can avoid it. You can find some examples of how to use this function in the documentation.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by