Thread Subject: text object with multiple lines

Subject: text object with multiple lines

From: Sebastian Graeber

Date: 23 Feb, 2009 12:06:42

Message: 1 of 2

Hello,


I recently added text-objects to some plotted graph. Now I will have a
multiple-line text-object, but have no idea how to get this worked out ...

This is my one-line example:

text(0,1,'Here is the text')


Now i tried to have two lines of text like this

text(0,1,'this is firstline \n this is second line')

But this did not work (actually the linefeed \n seems not to work here).
Maybe anyone has some idea how I can add multiple-line text (or
textboxes) to my plot?
I really appreciate any suggestions!


Many greetings from Finland!



     Sebastian

Subject: text object with multiple lines

From: Andres

Date: 23 Feb, 2009 16:16:02

Message: 2 of 2

Sebastian Graeber <sebastian.graeber@stud.tu-ilmenau.de> wrote in message <gnu3bu$9dm$1@inn-newsserver.rz.tu-ilmenau.de>...
> Hello,
>
>
> I recently added text-objects to some plotted graph. Now I will have a
> multiple-line text-object, but have no idea how to get this worked out ...
>
> This is my one-line example:
>
> text(0,1,'Here is the text')
>

Hi,

figure
text(0,0.8,['this is firstline' char(10) 'this is second line'])
text(0,0.4,{'this is firstline';'this is just another line'})

See also the "Multiline Text" section in the text doc page.

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com