About 1,480,000 results
Open links in new tab
  1. importdata - Load data from file - MATLAB - MathWorks

    Name and extension of the file to import, specified as a character vector or a string scalar. If importdata recognizes the file extension, it calls the MATLAB helper function designed to import the associated …

  2. save - Save variables from workspace to file - MATLAB

    Save Data to ASCII File Create two variables, save them to an ASCII file, and then view the contents of the file.

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

    ASCII files must contain a rectangular table of decimal numbers, with an equal number of elements in each row. The file delimiter (the character between elements in each row) can be a blank, comma, …

  4. how to load an ASCII file - MATLAB Answers - MATLAB Central

    Jul 25, 2020 · I am trying to load an ASCII file that I downloaded from CST. But the usual load tricks that I do don't seem to work and I cannot seem to find the correct method to load the file. The ASCII text fi...

  5. Save Excel to ASCII format [SOLVED]

    Jul 26, 2006 · I need to save an Excel file, as comma delimited, and as ASCII. I've seen several posts that address these individually but not together. Someone suggested to save as ASCII, just save as …

  6. Reading a specific ASCII format file - MathWorks

    Jan 17, 2024 · I have ASCII files in the format uploaded and I would like to read the data below the header [DATA]. Any guidance on how I could do that? The number of columns 3-6 depending on the …

  7. Reading data from ASCII file - MATLAB Answers - MATLAB Central

    May 17, 2020 · Reading data from ASCII file. Learn more about textscan, text file, data import MATLAB

  8. dlmwrite - (Not recommended) Write matrix to ASCII-delimited file

    This MATLAB function writes numeric data in array M to an ASCII format file, filename, using the default delimiter (,) to separate array elements.

  9. dlmread - (Not recommended) Read ASCII-delimited file of numeric …

    This MATLAB function reads an ASCII-delimited numeric data file into matrix M.

  10. how can i read ascii files into matlab? - MathWorks

    Apr 6, 2021 · Hi, I have recently started working with Matlab. I have several ascii files with different width. How can I automatically read all ascii files into Matlab? can someone help me? below you can …