Main Content

Data Export to MATLAB

Export, delete, or modify data in MATLAB® workspace without leaving Microsoft® Excel® environment

When you have data in a Microsoft Excel spreadsheet, you can export the data into the MATLAB workspace for further analysis. For example, export matrices, named ranges, and VBA variables into MATLAB. For details about various export methods, see Execute Spreadsheet Link Functions.

Functions

MLAppendMatrixCreate or append MATLAB matrix with data from Microsoft Excel worksheet
MLDeleteMatrixDelete MATLAB matrix
MLPutMatrixCreate or overwrite MATLAB matrix with data from Microsoft Excel worksheet
MLPutRangesSend data in Microsoft Excel named ranges to MATLAB
MLPutVarCreate or overwrite MATLAB matrix with data from Microsoft Excel VBA variable

Topics