Setting static text to equal a variable

6 visualizzazioni (ultimi 30 giorni)
I am struggling to figure out how to make the static text equal a variable i have defined, and that will change depending on the actions by the user. For example. What i want it to say is 'Health = 100' But 100 is the starting value of the variable, so the static text is actually Health = a ,where a= 100.

Risposta accettata

Jos (10584)
Jos (10584) il 1 Dic 2018
a = 100 ;
StaticText = sprintf('Health = %d', a)

Più risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by