Lablepoints create name with variable

2 Ansichten (letzte 30 Tage)
Nik Rocky
Nik Rocky am 4 Jul. 2020
Kommentiert: Nik Rocky am 4 Jul. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Oceanography and Hydrology finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by