<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Breaking up strings in Matlab' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Breaking up strings in Matlab' posted on the 'Matlab' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Fri, 24 May 2013 20:27:40 -0700</pubDate>
    <lastBuildDate>Fri, 24 May 2013 20:27:40 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Breaking up strings in Matlab</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/419740/419740/breaking-up-strings-in-matlab/</link>
      <description>Hello! I would like to know if there is a way to break up a long (very long--several sentences) string into several lines? In my program, I need to use an input command which contains a question for the user. But I need to make it look presentable and I don't want the user to have to scroll the page. Is there a way to do that? I know that the '...' command doesn't work for strings.&lt;br /&gt;
Thank you very much!!&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/419740/419740/breaking-up-strings-in-matlab/</guid>
      <pubDate>Tue, 16 Nov 2010 15:08:48 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: Breaking up strings in Matlab</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/419740/419856/re-breaking-up-strings-in-matlab/#419856</link>
      <description>Try this approach:&lt;br /&gt;
&lt;br /&gt;
s1 = 'string 1 ';&lt;br /&gt;
s2 = 'string 2';&lt;br /&gt;
s3 = 'string 3';&lt;br /&gt;
s4 = [s1 s2 s3 ' '];&lt;br /&gt;
&lt;br /&gt;
i1 = input(s1, 's');&lt;br /&gt;
i2 = input(s4, 's');</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/419740/419856/re-breaking-up-strings-in-matlab/#419856</guid>
      <pubDate>Sun, 21 Nov 2010 18:14:00 -0700</pubDate>
      <category>Matlab</category>
    </item>
  </channel>
</rss>