About 60 results
Open links in new tab
  1. writematrix - Write matrix to file - MATLAB - MathWorks

    This MATLAB function writes homogeneous array A to a comma delimited text file.

  2. fprintf - Write data to text file - MATLAB - MathWorks

    This MATLAB function applies the formatSpec to all elements of arrays A1,...An in column order, and writes the data to a text file.

  3. write - Write tall array to local and remote locations for ...

    This MATLAB function calculates the values in tall array tA and writes the array to files in the folder specified by location.

  4. fwrite - Write data to binary file - MATLAB - MathWorks

    This MATLAB function writes the elements of array A as 8-bit unsigned integers to a binary file in column order.

  5. Write Data to Excel Spreadsheets - MATLAB & Simulink

    Write Numeric and Text Data to Spreadsheet File To export a numeric array and a cell array to a Microsoft® Excel® spreadsheet file, use the writematrix or writecell functions. You can export data in …

  6. writecell - Write cell array to file - MATLAB - MathWorks

    This MATLAB function writes cell array C to a comma delimited text file.

  7. writelines - Write text to file - MATLAB - MathWorks

    This MATLAB function writes the text specified by lines to a plain text file named filename.

  8. Write Data to Text Files - MATLAB & Simulink - MathWorks

    Export tabular data contained in tables, cell arrays, or numeric arrays from the MATLAB workspace to text files.

  9. writetable - Write table to file - MATLAB - MathWorks

    MATLAB ® converts NaN, NaT, <undefined> categorical values, and <missing> string values to empty cells. For Excel files, writetable writes table variables containing datetime arrays as Excel dates.

  10. writing to an array - MATLAB Answers - MATLAB Central - MathWorks

    Nov 15, 2011 · I have some code that writes data in a column to a file. Instead of writing this to a file, I'd like to write to an Array A and have it stored in MATLAB workspace: