Lablepoints create name with variable

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

madhan ravi
madhan ravi il 4 Lug 2020
SNR_Name = compose('SNR = %d', SNR)

Più risposte (0)

Categorie

Scopri di più su Oceanography and Hydrology in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by