About 203,000 results
Open links in new tab
  1. Import Spreadsheets - MATLAB & Simulink - MathWorks

    Open the file in the Import Tool and select options such as the range of data and the output type. Then, click Import Selection to import the data as a table in the MATLAB workspace.

  2. xlsread - (Not recommended) Read spreadsheet file - MATLAB

    This MATLAB function reads the first worksheet in the Microsoft Excel spreadsheet workbook named filename and returns the numeric data in a matrix.

  3. Using MATLAB with Excel - MATLAB & Simulink - MathWorks

    Learn how to use MATLAB and Excel together, including importing and exporting Excel data. Get started with documentation and tutorials.

  4. Read Spreadsheet Data into Table - MATLAB & Simulink

    The best way to represent spreadsheet data in MATLAB® is in a table, which can store a mix of numeric and text data, as well as variable and row names. You can read data into tables …

  5. Spreadsheets - MATLAB & Simulink - MathWorks

    Read and write data in spreadsheet files, including .xls and .xlsx files into tables, timetables, matrices, or arrays in MATLAB ®. You can import a selected range of data or you can import …

  6. Read Excel file with Matlab - MATLAB Answers - MATLAB Central

    Nov 17, 2017 · Read Excel file with Matlab. Learn more about importing excel data, matlab, xlsread

  7. Read Spreadsheet Data into Array or Individual Variables

    The best way to represent spreadsheet data in MATLAB® is in a table, which can store a mix of numeric and text data. However, sometimes you need to import spreadsheet data as a matrix, …

  8. readcell - Create cell array from file - MATLAB - MathWorks

    This MATLAB function creates a cell array by reading column-oriented data from a text or spreadsheet file.

  9. readtable - Create table from file - MATLAB - MathWorks

    This MATLAB function creates a table by reading column-oriented data from a text file, spreadsheet (including Microsoft Excel) file, XML file, HTML file, or a Microsoft Word document.

  10. importdata - Load data from file - MATLAB - MathWorks

    If importdata recognizes the file extension, it calls the MATLAB helper function designed to import the associated file format (such as load for MAT-files or xlsread for spreadsheets).