MATLAB APP: Create a "log" box

33 views (last 30 days)
William Pang
William Pang on 16 Mar 2021
Hello,
Just a general question, but I was wondering whether there is a way to create a box/text field to log all your activities. For instance, I'm building an image analysis app and I want to feed images into my software. Is there a way to display in the bottom of the app which images have been loaded and read into the software?
Thanks!

Answers (1)

Christopher McCausland
Christopher McCausland on 16 Mar 2021
Hi William,
There are a few options to do this, if you are using the matlab app designer take a look at uitab and uipanel.
There are also other options such as message box but these are older and do not work as nicely as UI commands in the app designer. Good to know they are there but I would stick to UI!
I hope ths helps,
Christopher

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!