About 526,000 results
Open links in new tab
  1. fscanf - Read data from text file - MATLAB - MathWorks

    This MATLAB function reads data from an open text file into column vector A and interprets values in the file according to the format specified by formatSpec.

  2. Import Text Files - MATLAB & Simulink - MathWorks

    MATLAB can read and write numeric and nonnumeric data from delimited and formatted text files, including .csv and .txt files.

  3. fileread - Read contents of file as text - MATLAB - MathWorks

    This MATLAB function returns contents of the file filename as a character vector.

  4. Text Files - MATLAB & Simulink - MathWorks

    MATLAB ® can read and write numeric and nonnumeric data from delimited and formatted text files, including .csv and .txt files. Read Text File Data Using Import Tool

  5. readlines - Read lines of file as string array - MATLAB - MathWorks

    This MATLAB function creates an N-by-1 string array by reading an N-line file.

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

    Data from the file, returned as a matrix, multidimensional array, or scalar structure array, depending on the characteristics of the file. Based on the file format of the input file, importdata calls a helper …

  7. textscan - Read formatted data from text file or string - MATLAB

    This MATLAB function reads data from an open text file into a cell array, C.

  8. textread - (Not Recommended) Read data from text file; write to ...

    This MATLAB function reads data from the file filename into the variables [Var1,Var2,...,VarN] using the specified format, until the entire file is read.

  9. Read Collection or Sequence of Text Files - MATLAB & Simulink

    When your data is stored across multiple text files, you can use tabularTextDatastore to manage and import the data. This example shows how to use tabularTextDatastore to read the data from the …

  10. fgets - Read line from file, keeping newline characters - MATLAB

    This MATLAB function reads the next line of the specified file, including the newline characters.