About 28,500,000 results
Open links in new tab
  1. how to create a .dat files - MATLAB Answers - MATLAB Central

    May 26, 2014 · Use xlsread() to get the raw data (the third output argument.) Then use fprintf() to write out a .dat file in text form, or fwrite() to write out as binary. Examples are in the help for those functions.

  2. Creating a *.mat file - MATLAB Answers - MATLAB Central

    Feb 12, 2013 · Hello, I want to create a *.mat file, for example named bathymetry. This array called bathymetry I want to be formed by 3 other arrays, for example, x, y and z. In a way, that when I charged the mat file it transforms into three files called x, y and z.

  3. how to create a dat file using matlab? - MATLAB Answers

    Oct 13, 2016 · how to create a dat file using matlab?. Learn more about dat file iam new to matlab.. i have extracted features using HOG. i have 6(mean,varaiance etc) feature values for 100 images.

  4. Reading & Writing FilesMATLAB Programming for …

    MATLAB is commonly used for analysis of large data sets, which are typically read from a file. The file may have been generated by a data acquisition system or downloaded from a web page. Most often it is in ASCII (plain text) or spreadsheet (e.g. Excel) format.

  5. How to create a .mat file in Matlab? - Stack Overflow

    Apr 3, 2019 · If you want to control what goes into the .mat file you can specify what variables in your workspace will be saved using the save command. This creates a file FileName.mat. You can access the contents using the load command.

  6. MATLAB Data Output - Online Tutorials Library

    MATLAB Data Output - Learn how to display and format data output in MATLAB effectively. Explore various methods for presenting results clearly and concisely.

  7. How to Create MAT file in MATLAB? [Save and Run] - DipsLab

    Jan 6, 2019 · While learning MATLAB, you should know “How to create MAT file in MATLAB?”. Why do you need a MAT-file? If you are writing the program for solving technical computing or running Simulink model, you need to save the program as M-file in MATLAB.

  8. how to create .dat file? - MATLAB Answers - MATLAB Central

    Jul 14, 2020 · Is it possible to create a single .dat file from the following data? dataset = 2×2 cell array {1×6 double} {1×3 double} {1×4 double} {1×4 double} Thanks in advance!

  9. MATLAB Programming/Basic Reading and Writing data from a file

    Nov 16, 2022 · MATLAB contains a nice GUI application that will guide you through importing data from any recognized data file (usually .mat, .txt, or .xls on a Windows system). To use it, go to file > import data, and select the file you want.

  10. edit - MathWorks

    edit file opens the specified file in the Editor. If file does not already exist, MATLAB asks if you want to create it. file can include a partial path, complete path, relative path, or no path.

  11. Some results have been removed
Refresh