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

Contact us at files@mathworks.com