Lablepoints create name with variable

1 visualización (últimos 30 días)
Nik Rocky
Nik Rocky el 4 de Jul. de 2020
Comentada: Nik Rocky el 4 de Jul. de 2020
Hello,
simple question:
SNR =
-30 -15 0 15 30
I want:
SNR_Name =
'SNR = -30' 'SNR = -15'......
to put it in lablepoits function
how can I do it? strcat dont helps.

Respuesta aceptada

madhan ravi
madhan ravi el 4 de Jul. de 2020
SNR_Name = compose('SNR = %d', SNR)

Más respuestas (0)

Categorías

Más información sobre Specialized Power Systems en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by