<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Where&#8217;s the Code?</title>
	<atom:link href="http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/</link>
	<description>This blog is about Simulink.</description>
	<lastBuildDate>Sat, 15 Jun 2013 09:47:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Remi THOMAS</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-22530</link>
		<dc:creator>Remi THOMAS</dc:creator>
		<pubDate>Mon, 18 Mar 2013 10:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-22530</guid>
		<description><![CDATA[Hello Torralba, 

I had the same problem.
I managed it by typing this in the Command Window : 

&gt;&gt; set_param(‘mymodel’,&#039;PostCodeGenCommand’,&#039;0&#039;);
 
It works ! 

Let me know if it gives you satisfaction.

Rémi THOMAS.]]></description>
		<content:encoded><![CDATA[<p>Hello Torralba, </p>
<p>I had the same problem.<br />
I managed it by typing this in the Command Window : </p>
<p>&gt;&gt; set_param(‘mymodel’,&#8217;PostCodeGenCommand’,&#8217;0&#8242;);</p>
<p>It works ! </p>
<p>Let me know if it gives you satisfaction.</p>
<p>Rémi THOMAS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Torralba</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-19720</link>
		<dc:creator>G Torralba</dc:creator>
		<pubDate>Wed, 06 Mar 2013 09:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-19720</guid>
		<description><![CDATA[Hello,
good information.
My question is very simple: how can I disable the PostCodeGenCommand, case I want to generate the code without Pack and Go? 
Once I set 

&gt;&gt; set_param(&#039;mymodel&#039;,&#039;PostCodeGenCommand&#039;,...
     &#039;packNGo(buildInfo, {&#039;&#039;packType&#039;&#039; &#039;&#039;hierarchical&#039;&#039;})&#039;);


it is always executed.

Thank you in advance,
G. Torralba]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
good information.<br />
My question is very simple: how can I disable the PostCodeGenCommand, case I want to generate the code without Pack and Go?<br />
Once I set </p>
<p>&gt;&gt; set_param(&#8216;mymodel&#8217;,'PostCodeGenCommand&#8217;,&#8230;<br />
     &#8216;packNGo(buildInfo, {&#8221;packType&#8221; &#8221;hierarchical&#8221;})&#8217;);</p>
<p>it is always executed.</p>
<p>Thank you in advance,<br />
G. Torralba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-960</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-960</guid>
		<description><![CDATA[@Boris - These errors seem to be related to your use ofthe Video and Image Processing blockset.  I recommend you &lt;a href=&quot;http://www.mathworks.com/support/contact_us/index.html&quot; rel=&quot;nofollow&quot;&gt;contact technical support&lt;/a&gt; for further assistance.]]></description>
		<content:encoded><![CDATA[<p>@Boris &#8211; These errors seem to be related to your use ofthe Video and Image Processing blockset.  I recommend you <a href="http://www.mathworks.com/support/contact_us/index.html" rel="nofollow">contact technical support</a> for further assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-959</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-959</guid>
		<description><![CDATA[hi Seth,hope you could help me,
i am having problems with the C code generated on real time workshop, (R2009b,VS 2005),
after adding the .c .h files (subsystem name CORN3) i tried to compile the project and had some problems, missing libraries:
vipdrawshapes_rt.h
lexicmp.h
dsp_rt.h
dsp_iso_math_rt.h
dspsizeof_rt.h
dspsvd_rt.h
vipprojective_rt.h
and then i had a problems without line numbers...:
error LNK2019 : unresolved external symbol_MWDSP_svd_R referenced in function CORN3_STEP                          file: CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_Are3PtsCollinear referenced in function CORN3_STEP                  CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_CalculateXforumMtrx_R referenced in function CORN3_STEP         CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_FillBackGroundValues_R referenced in function CORN3_STEP      CORN3.obj
error LNK2019 : unresolved external symbol_MWVIP_XforumonesubDevision_R referenced in function CORN3_STEP      CORN3.obj

(i added the libraries: properties-&gt;c-&gt;additional include directories)

i think that the problems appear because the way i add the VIP library it is right? what should i do?
thank you for your time]]></description>
		<content:encoded><![CDATA[<p>hi Seth,hope you could help me,<br />
i am having problems with the C code generated on real time workshop, (R2009b,VS 2005),<br />
after adding the .c .h files (subsystem name CORN3) i tried to compile the project and had some problems, missing libraries:<br />
vipdrawshapes_rt.h<br />
lexicmp.h<br />
dsp_rt.h<br />
dsp_iso_math_rt.h<br />
dspsizeof_rt.h<br />
dspsvd_rt.h<br />
vipprojective_rt.h<br />
and then i had a problems without line numbers&#8230;:<br />
error LNK2019 : unresolved external symbol_MWDSP_svd_R referenced in function CORN3_STEP                          file: CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_Are3PtsCollinear referenced in function CORN3_STEP                  CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_CalculateXforumMtrx_R referenced in function CORN3_STEP         CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_FillBackGroundValues_R referenced in function CORN3_STEP      CORN3.obj<br />
error LNK2019 : unresolved external symbol_MWVIP_XforumonesubDevision_R referenced in function CORN3_STEP      CORN3.obj</p>
<p>(i added the libraries: properties-&gt;c-&gt;additional include directories)</p>
<p>i think that the problems appear because the way i add the VIP library it is right? what should i do?<br />
thank you for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Rouleau</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-621</link>
		<dc:creator>Guy Rouleau</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-621</guid>
		<description><![CDATA[@ Chitlesh, The files are not all platform independent. The C-code is, but the auto-generated makefile is based on the TMF-file selected during the build process. If you want to generate code on a windows platform and use it on a UNIX platform, you have to modify the “grt_unix.tmf” template make file for your machine. Guidelines to compile generated code on a computer without MATLAB for releases before the existence of “packNGo” can be found at this address:

http://www.mathworks.com/support/solutions/data/1-19EH0.html

The modifications to the template makefile described in this page are valid for the current release.]]></description>
		<content:encoded><![CDATA[<p>@ Chitlesh, The files are not all platform independent. The C-code is, but the auto-generated makefile is based on the TMF-file selected during the build process. If you want to generate code on a windows platform and use it on a UNIX platform, you have to modify the “grt_unix.tmf” template make file for your machine. Guidelines to compile generated code on a computer without MATLAB for releases before the existence of “packNGo” can be found at this address:</p>
<p><a href="http://www.mathworks.com/support/solutions/data/1-19EH0.html" rel="nofollow">http://www.mathworks.com/support/solutions/data/1-19EH0.html</a></p>
<p>The modifications to the template makefile described in this page are valid for the current release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom erkkinen</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-620</link>
		<dc:creator>tom erkkinen</dc:creator>
		<pubDate>Wed, 26 Nov 2008 13:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-620</guid>
		<description><![CDATA[The zip file is just a standard zip, so you can unpack it from  MATLAB or any zip utility on any platform.]]></description>
		<content:encoded><![CDATA[<p>The zip file is just a standard zip, so you can unpack it from  MATLAB or any zip utility on any platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chitlesh GOORAH</title>
		<link>http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-619</link>
		<dc:creator>Chitlesh GOORAH</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2008/11/26/wheres-the-code/#comment-619</guid>
		<description><![CDATA[Hello Seth, Thanks for the tip. I am curious whether with the packNGo function the zip file is platform independent. In other words will the files under the zip file be compiled under Linux or Mac ? 

As I can see the mlrFiles.zip contains matlab dependency files. Could you please give us some details about the licensing conflicts that a company will have if the rtwdemo_cppencap.zip file is to be sold to another company?]]></description>
		<content:encoded><![CDATA[<p>Hello Seth, Thanks for the tip. I am curious whether with the packNGo function the zip file is platform independent. In other words will the files under the zip file be compiled under Linux or Mac ? </p>
<p>As I can see the mlrFiles.zip contains matlab dependency files. Could you please give us some details about the licensing conflicts that a company will have if the rtwdemo_cppencap.zip file is to be sold to another company?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
