mngText
MNGTEXT is a toolbox to easy manage text files in MATLAB's GUIDE applications. Te functions in the toolbox are used to manage TXT log files. Out of the GUIDE app the log file is a TXT file. When we are programming the app, MNGTEXT imports the TXT file into a CELLARRAY. Then we can (programmatically) add or delete the log messages. Before closing the app we can use MNGTEXT again in order to save the log into an external TXT file. The contents of the MNGTEXT toolbox are:
TXTFILE2CELLARRAY reads a TXT file and returns a cell array
CELLARRAY2TXTFILE takes the cell array of strings and creates a text file
DEMO script to illustrate the use of the toolbox
DEMO_FILE the example TXT file used as the input for the demo script
Zitieren als
Pau Micó (2025). mngText (https://de.mathworks.com/matlabcentral/fileexchange/61857-mngtext), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0 |
|
