Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
If you want to read in the last frame of a .asf file using mmread(), you can read in the entire file, but this can be very slow or cause Matlab to run out of memory.
You can read in only the last frame using mmread(), but to do this, you need to know the number of frames in the file.
mmcount() counts the number of frames in the file, after which mmread() can be used to read in the final frame. The time taken to count the frames and read in the final frame is much less than the time taken to read in the entire file with mmread().
mmcount() makes use of mmread() itself to do the counting.
Zitieren als
Kevin Bartlett (2026). mmcount.m (https://de.mathworks.com/matlabcentral/fileexchange/33885-mmcount-m), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: mmread
Allgemeine Informationen
- Version 1.1.0.0 (1,88 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | Changed algorithm for locating final frame. At suggestion of Micah Richert, author of the mmread program, now use the estimated number of frames returned by mmread as an initial guess. |
||
| 1.0.0.0 |
