Lablepoints create name with variable

조회 수: 1 (최근 30일)
Nik Rocky
Nik Rocky 2020년 7월 4일
댓글: Nik Rocky 2020년 7월 4일
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일
SNR_Name = compose('SNR = %d', SNR)
  댓글 수: 1
Nik Rocky
Nik Rocky 2020년 7월 4일
You make my life better, thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by