About 178,000 results
Open links in new tab
  1. Programming and Scripts - MathWorks

    Programming and Scripts. The simplest type of MATLAB ® program is called a script. A script is a file that contains multiple sequential lines of MATLAB commands and function calls. You can …

  2. Supported File Formats for Import and Export - MathWorks

    MATLAB includes functions tailored to import specific file formats. Consider using format-specific functions when you want to import an entire file or only a portion of a file.

  3. run - MathWorks

    scriptname can be any file type that MATLAB can execute, such as a MATLAB script file, Simulink ® model, or MEX-file. scriptname can access any variables in the current workspace. If …

  4. Difference between .m and .mat files - MATLAB Answers

    Jan 25, 2012 · MATLAB code is in files with extension.M. MATLAB data is in files with extension.MAT.

  5. Live Code File Format (.mlx) - MathWorks

    MATLAB ® stores live scripts and functions using the Live Code file format in a file with a .mlx extension. The Live Code file format uses Open Packaging Conventions technology, which is …

  6. fileparts - MathWorks

    [filepath,name,ext] = fileparts(filename) returns the path name, file name, and extension for the specified file. fileparts only parses the specified filename. It does not verify that the file exists.

  7. Create Live Scripts in the Live Editor - MathWorks

    To create a live script in the Live Editor, go to the Home tab and click New Live Script. You also can use the edit function in the Command Window. For example, type edit penny.mlx to open …

  8. Create Live Scripts in the Live Editor - MathWorks

    To create a live script in the Live Editor, go to the Home tab and click New Live Script. You also can use the edit function in the Command Window. For example, type edit penny.mlx to open …

  9. How to change file extension via matlab? - MATLAB Answers

    Apr 2, 2020 · I have a question. I would like to change the extension of several files. I mean that in one directory a I have many files in type file1.out., file2.out ,..., file600.out.

  10. open - MathWorks

    You can extend the functionality of open by defining your own file-handling function of the form openxxx, where xxx is a file extension. For example, if you create a function openlog , then the …

Refresh