<?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 Re: Curve and surface fitting in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226612#M88710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For problems were a polynomial fit is acceptable, regress works to create a surface fit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 13:24:55 GMT</pubDate>
    <dc:creator>Fred_Kohlhepp</dc:creator>
    <dc:date>2016-04-27T13:24:55Z</dc:date>
    <item>
      <title>Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226611#M88709</link>
      <description>Hi,I have several series of points (x, y) and I have fitted each series in an exponential curve using expfit function.Each series of x and y points has the same z.Now, what I am trying to do is getting a general equation (x, y, z)&amp;nbsp; to relate x, y and z in one equation.I tried to create</description>
      <pubDate>Thu, 03 May 2018 14:31:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226611#M88709</guid>
      <dc:creator>erguezga</dc:creator>
      <dc:date>2018-05-03T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226612#M88710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For problems were a polynomial fit is acceptable, regress works to create a surface fit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:24:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226612#M88710</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2016-04-27T13:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226613#M88711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So your question is, how to get a look at the equations itself, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are happy with the polynomial approximation of second order you did in your file with regress, its easy to get the equation because the 6 coefficients are part of the vector vs you create using "regress".&lt;/P&gt;&lt;P&gt;If you look at the help for regress you will find a link to a quicksheet at the end of the text. This quicksheet tells you, how to extract the correct coefficients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case (2 variables and order 2) you may do like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/100891_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 13:56:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226613#M88711</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2016-04-27T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226614#M88712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use an exponential fit instead of a polynomial one in 3D?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:14:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226614#M88712</guid>
      <dc:creator>erguezga</dc:creator>
      <dc:date>2016-04-28T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226615#M88713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Enrique Rodriguez Garcia wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to use an exponential fit instead of a polynomial one in 3D?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not out of the box as we have it for 2D, but you can always set up your desired function, define the residuals and minize them using the "minerr"&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;Which 3D-function du you have in mind when you say "exponential fit" in 3D?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 14:51:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226615#M88713</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2016-04-28T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226616#M88714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the surface does not fit very good so I was searching something similar to what I did in 2d for every set of points with the same z value using the &lt;STRONG&gt;expfit&lt;/STRONG&gt; function so, what I wanted to obtain is an equation which contour plot were something similar to this (only half of the previous surface with the symmetry axis in y=90):&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101017_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;In order to set up the desired function, should I use &lt;STRONG&gt;genfit&lt;/STRONG&gt; or is there another one to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 15:25:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226616#M88714</guid>
      <dc:creator>erguezga</dc:creator>
      <dc:date>2016-04-28T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Curve and surface fitting</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226617#M88715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I am aware you can't use genfit for a 3D function z=f(x,y). Simply use minerr.&lt;/P&gt;&lt;P&gt;But first you would have to decide which type of function you want to give a try. Then you can try to find its coefficients using genfit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 16:37:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Curve-and-surface-fitting/m-p/226617#M88715</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2016-04-28T16:37:43Z</dc:date>
    </item>
  </channel>
</rss>

