Effacer les filtres
Effacer les filtres

Unable to change label text via code

6 vues (au cours des 30 derniers jours)
Basem Nabil
Basem Nabil le 8 Mai 2019
Hello,
I have created several labels using app designer but whenever I try to change a label text within a callback of a button it gives me an error for the equal sign '='
app.label9.Text = 'Incorrect values';
  7 commentaires
Basem Nabil
Basem Nabil le 9 Mai 2019
Thank you, I'm just used to other languages which use braces for block of code.
however, I've experienced another issue. The code works now but displays '...' instead of the text I assigned it to be. Do you have any clue why this happens?
Walter Roberson
Walter Roberson le 9 Mai 2019
I believe that can happen if you have set text that is wider than the width the control has been set to.

Connectez-vous pour commenter.

Réponse acceptée

Adam Danz
Adam Danz le 8 Mai 2019
Modifié(e) : Adam Danz le 8 Mai 2019
(Continuing from comments under question)
That's not matlab syntax. Looks like cpp. If you have this opened in your matlab editor, it should be lighting up like Rudolph with red underlines.
Correct way:
if condition
% code
else
%code
end

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by