how to comment part of the title?

조회 수: 2 (최근 30일)
lala
lala 2013년 2월 26일
How can i comment out the part below in brackets? title('Read-range at [name of point] of the antenna')
i want to eventually have a variable there and each time create my plot, to give it a correct title. For example, "Read-range at point A of the antenna", "Read-range at point B of the antenna", C, D, and so on.
Thanks.
Lala~

답변 (3개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 26일
편집: Azzi Abdelmalek 2013년 2월 26일
str='A'
title(sprintf('Read-range at %s of the antenna',str))

the cyclist
the cyclist 2013년 2월 26일
I do that like this
>> stringVariable = 'truly';
>> title(['This title is going to be ',stringVariable,' awesome'])

lala
lala 2013년 2월 26일
Awesome! Both solutions work beautifully! Thanks~.
  댓글 수: 1
Jan
Jan 2013년 2월 27일
Then please vote for one and accept the other answer, such that other readers see, that the problem is solved. Thanks.

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by