About 926,000 results
Open links in new tab
  1. open - Open file in appropriate application - MATLAB - MathWorks

    open name opens the specified file or variable in the appropriate application. You can extend the functionality of open by defining your own file-handling function of the form openxxx, where xxx is a …

  2. Matlab default app to open .m files - MathWorks

    May 29, 2024 · 1. Right click on any .m file in Windows and select Open With. 2. Select the More Apps option to show a full list of programs installed on your computer. 3. Select MATLAB and make sure …

  3. How to open .m file in App Designer or transform .m file to MATLAB ...

    Sep 17, 2021 · The "mlapp" file is a structure which contains metadata and XML files, whereas, the "m" file contains only the code. In order to directly import the app file, the metadata and the XML files …

  4. How can I make MATLAB open .m files on the same window that is ...

    Sep 22, 2017 · I recently received a computer from our department and tried to open .m files. (R2017a) Whenever I double-clicked them, they opened in new windows. But these new windows do not …

  5. Access Files in MATLAB Online - MATLAB & Simulink - MathWorks

    When you upload a file to MATLAB Online, it is added to your MATLAB Drive. If you add files to your MATLAB Drive outside of MATLAB Online, you can access those files in MATLAB Online. For more …

  6. Create Live Scripts in the Live Editor - MATLAB & Simulink

    For example, type edit penny.mlx to open or create the file penny.mlx. To ensure that a live script is created, specify a .mlx extension. If an extension is not specified, MATLAB ® defaults to a file with a …

  7. How to run .m file in python - MATLAB Answers - MathWorks

    Aug 21, 2018 · I have a .m code what I want to run in python. Is it any easy way? 1. this code is not a function. 2. don't want to show the matlab window. Best Regards Xinfeng

  8. How do I open an m-file from the command line in the ... - MathWorks

    Sep 12, 2011 · a new instance of Matlab is opened with test.m open in the editor. Is there anyway to modify the command so that the m file is opened in the current instance of Matlab? For context, I'm …

  9. Matlab cannot open .m file - MATLAB Answers - MATLAB Central

    Feb 16, 2024 · Matlab cannot browse folders in the white strip (It stays as "C:"). Also when I click a ".m" file, it runs as flowing, forever. I tried uninstalling MATLAB and install again, but it is of no use. A...

  10. Live Code File Format (.m) - MATLAB & Simulink - MathWorks

    Starting in R2025a, the Live Editor supports a new plain text Live Code file format (.m) for live scripts as an alternative to the default binary Live Code file format (.mlx). The plain text format is based on the …