<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to interpolate curves in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469363#M71320</link>
    <description>&lt;P&gt;How to interpolate curve 1 (with sparse points) to match the number of points in curve 2&amp;nbsp;in order to do further calculations.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:12:59 GMT</pubDate>
    <dc:creator>SymS</dc:creator>
    <dc:date>2023-06-09T18:12:59Z</dc:date>
    <item>
      <title>How to interpolate curves</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469363#M71320</link>
      <description>&lt;P&gt;How to interpolate curve 1 (with sparse points) to match the number of points in curve 2&amp;nbsp;in order to do further calculations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:12:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469363#M71320</guid>
      <dc:creator>SymS</dc:creator>
      <dc:date>2023-06-09T18:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpolate curves</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469403#M71321</link>
      <description>&lt;P&gt;You can use function interpolate(), see formula.&lt;/P&gt;
&lt;P&gt;Before applying formula, I splitted data of current into two columns, see table attached.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/interpolate.shtml" target="_blank"&gt;Interpolate (jmp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Interpolate(
	:"Voltage(V)"n,
	:"Voltage(V)"n[Loc Nonmissing( :"Current(A)_1"n &amp;lt;&amp;lt; get values )],
	:"Current(A)_1"n[Loc Nonmissing( :"Current(A)_1"n &amp;lt;&amp;lt; get values )]
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Mar 2022 10:04:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469403#M71321</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-03-13T10:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpolate curves</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469405#M71322</link>
      <description>&lt;P&gt;Other option could be using graph builder and getting formula from smoother:&lt;/P&gt;
&lt;P&gt;1. Change Curve modeling type to nominal&lt;/P&gt;
&lt;P&gt;2. Create smoother graph with Curve as overlay and change settings to fit the lines&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1647154737145.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40778i33161377013FB22B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1647154737145.png" alt="jthi_1-1647154737145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Click on the red triangle on Smoother and select Save Formula&lt;/P&gt;
&lt;P&gt;4. Now&amp;nbsp; you should have a formula in your data table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1647168242416.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40779i2635BBFF85B880D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1647168242416.png" alt="jthi_0-1647168242416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;5. With the formula you could then add "missing" voltage values for Curve 1 (add new rows to data) and then create final Current column which would have your original values from Current(A) and then missing values replaced with the Smoother columns values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;I would also suggest out checking out Fit Y by X platform&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 10:47:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-interpolate-curves/m-p/469405#M71322</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-13T10:47:10Z</dc:date>
    </item>
  </channel>
</rss>

