How to add text or string in App Designer

Hi
I am creating an app in App Designer that perform some calculations. During the process, I want to display text somewhere in the app from a string in the main code. I am aware of uilabel, but this creates a new window instead of displaying the text in the app window.
Please can you help me?

Réponses (1)

Rik
Rik le 4 Oct 2017

0 votes

It sounds like uicontrol('Style','text') will do the trick.

4 commentaires

Andre Munoz
Andre Munoz le 4 Oct 2017
I cannot get this to work on App Designer.
Rik
Rik le 4 Oct 2017
Have you called uilabel while specifying the parent? The doc for uilabel states that it will create a new uifigure if you don't.
Andre Munoz
Andre Munoz le 4 Oct 2017
Yes, I have called uilabel while specifying the parent. No luck.
Cam Salzberger
Cam Salzberger le 6 Oct 2017
Hello Andre,
I answered a similar question here, and didn't experience any issues. Can you provide some details on what didn't work? Did you get any error messages?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by