HELPFIG - a simple GUI for displaying (long) texts

A simple GUI for displaying preformatted text as lightweight alternative to Matlab's help browser
263 Downloads
Updated 14 Nov 2011

View License

Consider you've written a nice GUI and want to add an option to show some text quick and easy in a separate window. That text might be a little bit longer, such that the user should be able to scroll within that window, but opening Matlab's helpbrowser for that just takes too much time, that window is just too big and cannot be closed again via esc key. This is where this small function might help. It only has basic capabilities, but yet allows to select text and copy it to clipboard, opens and closes very fast, is simple to use, is written using standard Matlab commands only and can be integrated in other functions.

My reason for writing it was to have a simple solution for displaying some help text (e.g. a list of keyboard shortcuts) called from within a GUI and also for displaying the content of log files in separate windows.

Cite As

Matthias Schwaiger (2024). HELPFIG - a simple GUI for displaying (long) texts (https://www.mathworks.com/matlabcentral/fileexchange/33736-helpfig-a-simple-gui-for-displaying-long-texts), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Migrate GUIDE Apps in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

new: hide scrollbar, if text fits into window

1.0.0.0