About 24,100,000 results
Open links in new tab
  1. fopen - Open file or obtain information about open files - MATLAB

    If you open a file with read access and the file is not in the current folder, then fopen searches along the MATLAB search path. If you open a file with write or append access and the file is not in the current folder, then fopen creates a file in the current directory.

  2. Manage Files and Folders - MATLAB & Simulink - MathWorks

    Open a file in MATLAB: On the Home tab, in the File section, click Open, and then select a file to open. You also can double-click the file in the Current Folder browser.

  3. 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 file extension.

  4. how to open .mat file without using MATLAB? - Stack Overflow

    Sep 12, 2014 · mat file is not ASCII so you cannot open it with notepad. You can try python though, check this: docs.scipy.org/doc/scipy-0.14.0/reference/generated/… You can open them with Octave. See this link: stackoverflow.com/questions/8099727/…

  5. How to open a .p file with fopen in Matlab - Stack Overflow

    Nov 5, 2015 · fopen - Open file, or obtain information about open files. This MATLAB function opens the file, filename, for binary read access, and returns an integer file identifier equal to or greater than 3. What should I do to see (if possible) the content of the file? Put apostrophes around the filename: fid = fopen('title.p').

  6. MATLAB - read files from directory? - Stack Overflow

    Feb 6, 2016 · Then the code to read them iteratively in Matlab is as follows: str = strcat('C:\My Documents\MATLAB', int2str(i),'.pdb'); . data = load(matfiles(i).name); I copy this from yahoo answers! It worked for me. % get the names of all files. dirListing is a struct array. % loop through the files and open.

  7. How to Access and Share MATLAB Files - dummies

    Opening MATLAB files. The fastest way to open any MATLAB file is to double-click its entry in the folder found in the Current Folder window. You can also right-click the entry and choose Open from the context menu. MATLAB automatically opens the file …

  8. Mastering Matlab Fopen: Your Guide to File Access

    Master the art of file handling with matlab fopen. This guide simplifies the process, helping you open files effortlessly and efficiently. The `fopen` function in MATLAB is used to open a file and returns a file identifier for reading or writing operations.

  9. How to open a .mat file in Matlab - MATLAB Answers

    Mar 27, 2014 · a=load ("1.mat") imshow (a) this is the shortest possible way, and 1 is the name of the image. you will type according to your .mat file. Instead its type was struct. validateattributes (common_args.CData, {'numeric','logical'},...

  10. How to Access Files in MATLAB Online – TheLinuxCode

    Dec 27, 2023 · However, to work with your own data and code, you need to know how to bring files into the online MATLAB environment. This guide explains the key concepts and provides step-by-step instructions for accessing files in MATLAB Online.

  11. Some results have been removed
Refresh