<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Scaling the output resolution of a table</title>
		<atom:link href="http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 18:05:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/#post-48082</guid>
					<title><![CDATA[Scaling the output resolution of a table]]></title>
					<link>http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/#post-48082</link>
					<pubDate>Thu, 28 Jan 2010 11:19:33 +0000</pubDate>
					<dc:creator>hmarstra</dc:creator>

					<description>
						<![CDATA[
						<p>I want to make a quick graph in a table object (or function grafical object)<br />
The default table is set to 127 x 127 (I know you can change this with cmnd I)<br />
I want to be able to extract the y values with an variable amount of x-points<br />
Sometimes I want to extract the graph wth 6 points resolution and sometimes with 1000 points resolution</p>
<p>If the graph is 1 2 3 4 5 6 etc to 127 then the 6 points resolution would give something like 1 25 50 76 101 127 (roughly)</p>
<p>And the 1000 points version would give 1 1.1 1.2 1.3 1.5 etc</p>
<p>Can this be done somehow? (maybe not entirely a max problem &#8211; rather a mathematical one, but anyway)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/#post-172942</guid>
					<title><![CDATA[Re: Scaling the output resolution of a table]]></title>
					<link>http://cycling74.com/forums/topic/scaling-the-output-resolution-of-a-table/#post-172942</link>
					<pubDate>Thu, 28 Jan 2010 17:18:43 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>[scale] will help in many places, either before or after the [table]. You could make the [table] as big as you would ever want to sample (1000 points) and draw from that.</p>
<p>Sounds like you want to do some interpolation on the sampled output, so I&#8217;d bang all the [table] points into [function], then sample that, because it will interpolate the in-between points for you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

