About 100,000 results
Open links in new tab
  1. load - Load variables from file into workspace - MATLAB

    Names of variables to load, specified as one or more string scalars or character vectors. When using the command form of load, you do not need to enclose the input in single quotes.

  2. 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).

  3. Save and Load Parts of Variables in MAT-Files - MATLAB & Simulink

    Save and load parts of variables directly in MAT-files without loading them into memory using the matfile function.

  4. How to load and import a .mat file? - MATLAB Answers - MathWorks

    Nov 29, 2021 · S = LOAD (FILENAME) loads the variables from a MAT-file into a structure array, or data from an ASCII file into a double-precision array. Specify FILENAME as a character …

  5. load - Load variables from file into workspace - MATLAB

    Names of variables to load, specified as one or more string scalars or character vectors. When using the command form of load, you do not need to enclose the input in single quotes.

  6. Import Text Files - MATLAB & Simulink - MathWorks

    You can represent this data in MATLAB as tables, timetables, matrices, cell arrays, or string arrays. Import data from text files either programmatically or interactively.

  7. h5read - Read data from HDF5 dataset - MATLAB - MathWorks

    This MATLAB function reads all the data from the dataset ds contained in the HDF5 file filename.

  8. load - Load instrument objects and variables into MATLAB …

    This MATLAB function returns all variables from the MAT file specified by filename into the MATLAB workspace.

  9. Object Save and Load - MATLAB & Simulink - MathWorks

    MATLAB ® provides default behavior for using the load and save functions with objects, but you can customize the process of serializing (saving) and deserializing (loading) objects using one …

  10. Import Spreadsheets - MATLAB & Simulink - MathWorks

    While the most common way to represent spreadsheet data in MATLAB ® is by using a table, you can also represent spreadsheet data in MATLAB as timetables, matrices, or cell arrays. Import …