<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "How do I concatenate matrices in GAUSS?"</title>
	<atom:link href="http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/#answer-744</link>
		<comments>http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/#answer-744#comments</comments>
		<pubDate>Fri, 17 Aug 2012 18:38:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/#answer-744</guid>
		<description><![CDATA[Numerical data For matrices and vectors use the tilde (~) operator for horizontal concatenation and the pipe (&#124;) operator for vertical concatenation. For example if you have two 5&#215;1 vectors A and B, you can concatenate them into a 5&#215;2 &#8230; <a href="http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/#answer-744">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Numerical data</strong></p>
<p>For matrices and vectors use the tilde (~) operator for horizontal concatenation and the pipe (|) operator for vertical concatenation. For example if you have two 5&#215;1 vectors A and B, you can concatenate them into a 5&#215;2 matrix like this:</p>
<pre style="padding-left: 30px;">newMat = A ~ B;</pre>
<p>You could vertically concatenate them into a 10&#215;1 vector like this:</p>
<pre style="padding-left: 30px;">newVec = A | B;</pre>
<p><strong>String Arrays</strong></p>
<p>String arrays use the tilde (~) and pipe (|) operators, but they are prepended with the dollar sign ($). For example:</p>
<pre style="padding-left: 30px;">stringArrC = stringArrA <strong>$~ </strong>stringArrB;</pre>
<pre style="padding-left: 30px;">stringArrD = stringArrA <strong>$| </strong>stringArrB;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/nullam-sit-amet-risus-lacus/#answer-744/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:50:11 --