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.

 채택된 답변

madhan ravi
madhan ravi 2020년 7월 4일

0 개 추천

SNR_Name = compose('SNR = %d', SNR)

추가 답변 (0개)

질문:

2020년 7월 4일

댓글:

2020년 7월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by