<?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 can I save an N-dimensional array to a file?"</title>
	<atom:link href="http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/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: aptech</title>
		<link>http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/#answer-2592</link>
		<comments>http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/#answer-2592#comments</comments>
		<pubDate>Wed, 21 Nov 2012 23:03:58 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/#answer-2592</guid>
		<description><![CDATA[Yes, you may save multi-dimensional arrays with the &#8216;save&#8217; command and load them into GAUSS later with the &#8216;load&#8217; command. The syntax is quite simple. Let us assume that you have a 12x110x9 dimensional array named &#8216;a&#8217;. To save this &#8230; <a href="http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/#answer-2592">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, you may save multi-dimensional arrays with the &#8216;save&#8217; command and load them into GAUSS later with the &#8216;load&#8217; command. The syntax is quite simple. Let us assume that you have a 12x110x9 dimensional array named &#8216;a&#8217;. To save this to disk you would only need to enter:</p>
<pre>
save a;
</pre>
<p>This will create a file called &#8216;a.fmt&#8217; on your hard drive. You can then load that data into a later GAUSS session like this:</p>
<pre>
load a;
</pre>
<p>This will create a new variable named &#8216;a&#8217; in your GAUSS workspace with the contents loaded from the &#8216;a.fmt&#8217; file you saved previously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/how-can-i-save-an-n-dimensional-array-to-a-file/#answer-2592/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:56:18 --