Main Content

Data Export toMATLAB

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

When you have data in aMicrosoft Excelspreadsheet, 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, seeExecute Spreadsheet Link Functions.

Functions

MLAppendMatrix Create or appendMATLABmatrix with data fromMicrosoftExcelworksheet
MLDeleteMatrix 删除MATLABmatrix
MLPutMatrix Create or overwriteMATLABmatrix with data fromMicrosoftExcelworksheet
MLPutRanges Send data inMicrosoftExcelnamed ranges toMATLAB
MLPutVar Create or overwriteMATLABmatrix with data fromMicrosoftExcelVBA variable

Topics