<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Maple toolbox for Matlab problem</title>
    <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 17:23:22 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 17:23:22 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Maple toolbox for Matlab problem</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Maple toolbox for Matlab problem</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem</link>
    </image>
    <item>
      <title>Just the other way around</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#answer65513</link>
      <itunes:summary>&lt;p&gt;When you start Maple first, MATLAB has no way of knowing that. Instead, the MTM provides methods for launching Maple from within MATLAB. I suggest that you begin with&lt;/p&gt;
&lt;p&gt;doc maple_overview&lt;/p&gt;
&lt;p&gt;This is what the &amp;quot;Getting Started&amp;quot; section in MTM's Install.html recommends.&lt;/p&gt;
&lt;p&gt;By the way, there is a more specific forum on MaplePrimes dedicated to toolboxes. Maybe the admin can move this thread appropriately.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;When you start Maple first, MATLAB has no way of knowing that. Instead, the MTM provides methods for launching Maple from within MATLAB. I suggest that you begin with&lt;/p&gt;
&lt;p&gt;doc maple_overview&lt;/p&gt;
&lt;p&gt;This is what the &amp;quot;Getting Started&amp;quot; section in MTM's Install.html recommends.&lt;/p&gt;
&lt;p&gt;By the way, there is a more specific forum on MaplePrimes dedicated to toolboxes. Maybe the admin can move this thread appropriately.&lt;/p&gt;</description>
      <guid>65513</guid>
      <pubDate>Wed, 10 Jun 2009 16:21:36 Z</pubDate>
      <itunes:author>Thomas Richard</itunes:author>
      <author>Thomas Richard</author>
    </item>
    <item>
      <title>Many thanks Thomas!
It is</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#answer65514</link>
      <itunes:summary>&lt;p&gt;Many thanks Thomas!&lt;/p&gt;
&lt;p&gt;It is solved. This thread can be closed/moved.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Many thanks Thomas!&lt;/p&gt;
&lt;p&gt;It is solved. This thread can be closed/moved.&lt;/p&gt;</description>
      <guid>65514</guid>
      <pubDate>Wed, 10 Jun 2009 17:20:26 Z</pubDate>
      <itunes:author>dian</itunes:author>
      <author>dian</author>
    </item>
    <item>
      <title>Hi dian!
I read doc</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#answer65515</link>
      <itunes:summary>&lt;p&gt;Hi dian!&lt;/p&gt;
&lt;p&gt;I read doc maple_overview but it did'nt help. Please tell me in detail this problem.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi dian!&lt;/p&gt;
&lt;p&gt;I read doc maple_overview but it did'nt help. Please tell me in detail this problem.&lt;/p&gt;</description>
      <guid>65515</guid>
      <pubDate>Sat, 20 Feb 2010 01:56:45 Z</pubDate>
      <itunes:author>Jock84</itunes:author>
      <author>Jock84</author>
    </item>
    <item>
      <title>Possible solution</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#answer65516</link>
      <itunes:summary>&lt;p&gt;Hi Jock84,&lt;/p&gt;
&lt;p&gt;It is possible that dian had done the following:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;From within Matlab execute the command&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;maple&lt;/i&gt;&lt;br /&gt;
    This command will launch a Maple worksheet that will be linked to Matlab&lt;/li&gt;
    &lt;li&gt;Now execute the commands in Matlab&lt;br /&gt;
    &lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; syms x y&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; g=int('sin(x*y)^2*x',x)&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; setmaple('G',g)&lt;/i&gt;&lt;/li&gt;
    &lt;li&gt;Go to the Maple workheet that had opened from step one and execute the letter G (remember that Maple is case sensitive).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Scott&lt;br /&gt;
Application Developer&lt;br /&gt;
Maplesoft&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Jock84,&lt;/p&gt;
&lt;p&gt;It is possible that dian had done the following:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;From within Matlab execute the command&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;maple&lt;/i&gt;&lt;br /&gt;
    This command will launch a Maple worksheet that will be linked to Matlab&lt;/li&gt;
    &lt;li&gt;Now execute the commands in Matlab&lt;br /&gt;
    &lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; syms x y&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; g=int('sin(x*y)^2*x',x)&lt;br /&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt; setmaple('G',g)&lt;/i&gt;&lt;/li&gt;
    &lt;li&gt;Go to the Maple workheet that had opened from step one and execute the letter G (remember that Maple is case sensitive).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Scott&lt;br /&gt;
Application Developer&lt;br /&gt;
Maplesoft&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
      <guid>65516</guid>
      <pubDate>Sat, 20 Feb 2010 02:07:47 Z</pubDate>
      <itunes:author>Scott03</itunes:author>
      <author>Scott03</author>
    </item>
    <item>
      <title>Thanks Scott a lot!</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#answer65517</link>
      <itunes:summary>&lt;p&gt;&lt;span id="result_box" class="short_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="это реально помогло"&gt;it really helped!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="это реально помогло"&gt;Thanks a lot!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span id="result_box" class="short_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="это реально помогло"&gt;it really helped!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="это реально помогло"&gt;Thanks a lot!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>65517</guid>
      <pubDate>Sat, 20 Feb 2010 21:19:43 Z</pubDate>
      <itunes:author>Jock84</itunes:author>
      <author>Jock84</author>
    </item>
    <item>
      <title>Having the same problem.</title>
      <link>http://www.mapleprimes.com/questions/37216-Maple-Toolbox-For-Matlab-Problem?ref=Feed:MaplePrimes:Maple toolbox for Matlab problem:Comments#comment202677</link>
      <itunes:summary>&lt;p&gt;I am also trying to launch maple from matlab.&lt;/p&gt;
&lt;p&gt;I am using matlab2008 and maple 13.&lt;/p&gt;
&lt;p&gt;When I give command maple in matlab it does not initiate maple instead gives:&lt;/p&gt;
&lt;p&gt;ans=&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; ' '&lt;/p&gt;
&lt;p&gt;what could be the problem.&lt;/p&gt;
&lt;p&gt;Thnaks.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am also trying to launch maple from matlab.&lt;/p&gt;
&lt;p&gt;I am using matlab2008 and maple 13.&lt;/p&gt;
&lt;p&gt;When I give command maple in matlab it does not initiate maple instead gives:&lt;/p&gt;
&lt;p&gt;ans=&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; ' '&lt;/p&gt;
&lt;p&gt;what could be the problem.&lt;/p&gt;
&lt;p&gt;Thnaks.&lt;/p&gt;</description>
      <guid>202677</guid>
      <pubDate>Tue, 14 Jan 2014 04:29:34 Z</pubDate>
      <itunes:author>ambitiousad</itunes:author>
      <author>ambitiousad</author>
    </item>
  </channel>
</rss>