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
Cite As
Pau Micó (2025). mngText (https://www.mathworks.com/matlabcentral/fileexchange/61857-mngtext), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0 |
|