Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the simplest way to export Excel data to Matlab?

What is the simplest way to programmatically export Excel data to Matlab?

like image 489
Degvik Avatar asked Oct 13 '08 18:10

Degvik


2 Answers

If you are running Matlab on Windows with Excel installed, try XLSREAD.

like image 182
Jouni K. Seppänen Avatar answered Sep 22 '22 02:09

Jouni K. Seppänen


If there's not much text annotation in the Excel file, save it as a csv, then use the MATLAB function csvread.

like image 31
Scottie T Avatar answered Sep 21 '22 02:09

Scottie T