how insert "%" before number in spinner

2 visualizaciones (últimos 30 días)
aldo
aldo el 24 de Jul. de 2023
Editada: aldo el 25 de Jul. de 2023
hi, it's possible to insert a "%"after number? Ex. 4%
value = app.MaxDDSpinner.Value;

Respuesta aceptada

Angelo Yeo
Angelo Yeo el 24 de Jul. de 2023
You can use %% for ValueDisplayFormat as shown below.
  1 comentario
aldo
aldo el 25 de Jul. de 2023
Editada: aldo el 25 de Jul. de 2023
i read this documentation but i don't understand your %11.4g %% in your post
11 is the no. digits before the point and .4 the n. decimal digits? thank

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by