<?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: Importing a best fit curve from Matlab?! in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694422#M9421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I guess the problem I'm having is actually exporting the curve. Do you know how to do this if i'm using cftool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is starting to become more of a Matlab question, than ArcGIS, you might consider posting on a MathWorks forum (*). Although I have worked with a number of hydrologists using Matlab some 15 years ago, that is way to long ago to guide you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(*) just noticed you already did this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I don't know what your data is, but you may wish to have a look at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/What_is_the_ArcGIS_Geostatistical_Analyst_extension/003100000003000000/"&gt;Geostatistical Analyst&lt;/A&gt;&lt;SPAN&gt;. It may actually be able to provide a better, and more statistically sound, surface "fit" / interpolation, than Matlab has on offer. It has great functionality for &lt;/SPAN&gt;&lt;STRONG&gt;exploratory data analysis&lt;/STRONG&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;STRONG&gt;cross validation&lt;/STRONG&gt;&lt;SPAN&gt; to ensure you aren't producing nonsense. Of course, this does assume your data is suitable for interpolation (e.g. smooth continuously varying data), but the exploratory data analysis step will pretty much tell you that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 10:02:11 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2014-04-23T10:02:11Z</dc:date>
    <item>
      <title>Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694419#M9418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I have created a best fitting curve in Matlab (R2012a), and I have the code for it but I need to import it somehow into ArcGIS (using Arcmap10). My aim is to then use the surface volume tool to be able to calculate the volume of my DEM above the imported best fit plane from Matlab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am pretty stuck, since I am also rather new to both Matlab and this type of process in ArcGIS. Any ideas would be most welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Katie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s if you need any more info just buzz, not sure what I need to give in order for people to be able to help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 07:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694419#M9418</guid>
      <dc:creator>katieclarke</dc:creator>
      <dc:date>2014-04-23T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694420#M9419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the easiest way to do this, is to simply export the "best fit surface" from Matlab as a physical entity, that is, as a raster or grid stored to disk in a format ArcGIS for Desktop can read, instead of trying to re-create the surface in ArcGIS based on the formulas alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although ArcGIS has some new features in the direction of using parameterized, formula based, raster processing for display purposes (see "&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_are_the_functions_used_by_a_raster_or_mosaic_dataset/009t00000044000000/"&gt;What are the functions used by a raster or mosaic dataset?&lt;/A&gt;&lt;SPAN&gt;"), ArcGIS still heavily relies on physical datasets for processing and analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;might&lt;/SPAN&gt;&lt;SPAN&gt; be able to use the display functionality to "fake" a Matlab "best fit surface", but I have to little experience using this new funtionality of ArcGIS to guide you or to tell you if it is actually possible (I guess it might involve first using a Constant function to create some level surface, than apply your Matlab fit). Maybe someone else with more experience using this could guide you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably should also look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z000000z7000000"&gt;Raster Calculator (Spatial Analyst)&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694420#M9419</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-04-23T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694421#M9420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think the easiest way to do this, is to simply export the "best fit surface" from Matlab as a physical entity, that is, as a raster or grid stored to disk in a format ArcGIS for Desktop can read, instead of trying to re-create the surface in ArcGIS based on the formulas alone.&lt;BR /&gt;&lt;BR /&gt;Although ArcGIS has some new features in the direction of using parameterized, formula based, raster processing for display purposes (see "&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_are_the_functions_used_by_a_raster_or_mosaic_dataset/009t00000044000000/"&gt;What are the functions used by a raster or mosaic dataset?&lt;/A&gt;"), ArcGIS still heavily relies on physical datasets for processing and analysis.&lt;BR /&gt;&lt;BR /&gt;You &lt;SPAN style="font-style:italic;"&gt;might&lt;/SPAN&gt; be able to use the display functionality to "fake" a Matlab "best fit surface", but I have to little experience using this new funtionality of ArcGIS to guide you or to tell you if it is actually possible (I guess it might involve first using a Constant function to create some level surface, than apply your Matlab fit). Maybe someone else with more experience using this could guide you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, I guess the problem I'm having is actually exporting the curve. Do you know how to do this if i'm using cftool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694421#M9420</guid>
      <dc:creator>katieclarke</dc:creator>
      <dc:date>2014-04-23T09:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694422#M9421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, I guess the problem I'm having is actually exporting the curve. Do you know how to do this if i'm using cftool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is starting to become more of a Matlab question, than ArcGIS, you might consider posting on a MathWorks forum (*). Although I have worked with a number of hydrologists using Matlab some 15 years ago, that is way to long ago to guide you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(*) just noticed you already did this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I don't know what your data is, but you may wish to have a look at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/What_is_the_ArcGIS_Geostatistical_Analyst_extension/003100000003000000/"&gt;Geostatistical Analyst&lt;/A&gt;&lt;SPAN&gt;. It may actually be able to provide a better, and more statistically sound, surface "fit" / interpolation, than Matlab has on offer. It has great functionality for &lt;/SPAN&gt;&lt;STRONG&gt;exploratory data analysis&lt;/STRONG&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;STRONG&gt;cross validation&lt;/STRONG&gt;&lt;SPAN&gt; to ensure you aren't producing nonsense. Of course, this does assume your data is suitable for interpolation (e.g. smooth continuously varying data), but the exploratory data analysis step will pretty much tell you that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 10:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694422#M9421</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-04-23T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694423#M9422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is starting to become more of a Matlab question, than ArcGIS, you might consider posting on a MathWorks forum (*). Although I have worked with a number of hydrologists using Matlab some 15 years ago, that is way to long ago to guide you.&lt;BR /&gt;&lt;BR /&gt;(*) just noticed you already did this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ha yep! Thought it might be a bit of a long shot on here...no matter, will try MathWorks again. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 10:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694423#M9422</guid>
      <dc:creator>katieclarke</dc:creator>
      <dc:date>2014-04-23T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a best fit curve from Matlab?!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694424#M9423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Ha yep! Thought it might be a bit of a long shot on here...no matter, will try MathWorks again. &lt;BR /&gt;Cheers&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See my last remark about Geostatistical Analyst in the edited post above that you may have missed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And actually, it is not that long of shot. I am actually a little bit "stumped" by the apparent lack of interoperability 15 years onwards. At least Google and searching on the MathWorks website, did not turn up any real straightforward way to exchange raster data between the two platforms. The ArcGIS for Desktop Help seems also void of references to Matlab...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 10:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/importing-a-best-fit-curve-from-matlab/m-p/694424#M9423</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-04-23T10:11:23Z</dc:date>
    </item>
  </channel>
</rss>

