<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MATLAB pour les geeks &#187; MATLAB Compiler</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?cat=13&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/matlab4geek</link>
	<description>&#62;&#62;why(393) </description>
	<lastBuildDate>Fri, 09 Jan 2015 13:05:12 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Créer une application 32-bit sous 64-bit</title>
		<link>https://blog.developpez.com/matlab4geek/?p=827</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=827#comments</comments>
		<pubDate>Fri, 21 Mar 2014 09:00:40 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[MATLAB Documentation]]></category>
		<category><![CDATA[R2014a]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[mcc]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=827</guid>
		<description><![CDATA[Etant passé dernièrement sous Windows 64-bit , je voulais être capable de pouvoir encore créer avec le MATLAB Compiler des exe pour les Windows 32-bits vu que c&#8217;est supporté. Ce que dit la doc Voilà ce qu&#8217;on peut lire sur la doc la plus récente en ligne de mcc -win32 Run in 32-Bit Mode Use [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Etant passé dernièrement sous Windows 64-bit , je voulais être capable de pouvoir encore créer avec le MATLAB Compiler des exe pour les Windows 32-bits vu que c&rsquo;est supporté.</p>
<ul>
<li>Ce que dit la doc</li>
</ul>
<p>Voilà ce qu&rsquo;on peut lire sur la doc la plus récente en ligne  de <a href="http://www.mathworks.com/help/compiler/mcc.html" title="mcc" target="_blank">mcc</a></p>
<blockquote><p>-win32 Run in 32-Bit Mode</p>
<p>Use this option to build a 32-bit application on a 64-bit system only when the following are true:</p>
<p>    You have a 32-bit installation of MATLAB.</p>
<p>    You use the same MATLAB installation root (matlabroot) for both 32-bit and 64-bit versions of MATLAB.</p>
<p>    You are running from a Windows command line.</p></blockquote>
<ul>
<li>Ce qui se passe si on suit la doc</li>
</ul>
<p>Le <strong>deuxième item est carrément faux</strong> (je l&rsquo;ai remonté au support technique)  car ce n&rsquo;est pas possible d&rsquo;installer 2 versions MATLAB sous le même matlabroot. L&rsquo;installer vous affichera un message d&rsquo;erreur d&rsquo;ailleurs comme le montre ma copie d&rsquo;écran :</p>
<p><a href="http://blog.developpez.com/matlab4geek/files/2014/03/installation_failure.png"><img src="http://blog.developpez.com/matlab4geek/files/2014/03/installation_failure.png" alt="installation_failure" width="768" height="614" class="aligncenter size-full wp-image-830" /></a></p>
<ul>
<li>La solution</li>
</ul>
<p>Donc je vais faire court , il n&rsquo;y a rien de spécial à faire. Vous installez un MATLAB 32-bit n&rsquo;importe où sur votre pc 64-bits. Ensuite vous compilez comme vous faites d&rsquo;habitude. Inutile d&rsquo;utiliser le switch -win32.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer le MCR silencieusement</title>
		<link>https://blog.developpez.com/matlab4geek/?p=153</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=153#comments</comments>
		<pubDate>Fri, 20 Apr 2012 08:39:52 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[component runtime]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mrc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Je voudrais aujourd&#8217;hui juste clarifier la doc Installing the MCR Non-Interactively (Silent Mode) pour la partie Windows. L&#8217;étape 1 stipule: On Windows systems, double-click the MCR installer self-extracting archive file, MCRinstaller.exe. You might have to first extract the MCR installer from the compiled component archive, if you received a package file from the component developer. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Je voudrais aujourd&rsquo;hui juste clarifier la doc <a href="http://www.mathworks.fr/help/toolbox/compiler/f12-999353.html#bs6mb58">Installing the MCR Non-Interactively (Silent Mode) </a><br />
pour la partie <strong>Windows</strong>.</p>
<p>L&rsquo;étape 1 stipule:</p>
<blockquote><p>On Windows systems, double-click the MCR installer self-extracting archive file, MCRinstaller.exe. You might have to first extract the MCR installer from the compiled component archive, if you received a package file from the component developer.</p></blockquote>
<p>Pour moi ce n&rsquo;était pas très clair donc voici le process à suivre au cas où vous auriez un doute sur la démarche à suivre sous Windows  :</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commandes non déployables</title>
		<link>https://blog.developpez.com/matlab4geek/?p=152</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=152#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:12:11 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[ADDPATH]]></category>
		<category><![CDATA[Code Analyser]]></category>
		<category><![CDATA[HELP]]></category>
		<category><![CDATA[isdeployed]]></category>
		<category><![CDATA[ismcc]]></category>
		<category><![CDATA[KEYBOARD]]></category>
		<category><![CDATA[M-lint]]></category>
		<category><![CDATA[r2012a]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Le Code Analyser de MATLAB (anciennement appelé M-lint) vous avertit que certaines commandes ne sont pas permises avec le MATLAB Compiler. Lesquelles et comment bypasser ce problème?]]></description>
				<content:encoded><![CDATA[<p>Le Code Analyser de MATLAB (anciennement appelé M-lint) vous avertit que certaines commandes ne sont pas permises avec le MATLAB Compiler. Lesquelles et comment bypasser ce problème?</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer plusieurs MCR</title>
		<link>https://blog.developpez.com/matlab4geek/?p=151</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=151#comments</comments>
		<pubDate>Fri, 30 Dec 2011 17:21:01 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[glnxa64]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[LD_LIBRARY_PATH]]></category>
		<category><![CDATA[MATLAB Compiler Runtime]]></category>
		<category><![CDATA[mcr]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Path Editor]]></category>
		<category><![CDATA[r2010a]]></category>
		<category><![CDATA[r2011b]]></category>
		<category><![CDATA[v713]]></category>
		<category><![CDATA[v716]]></category>
		<category><![CDATA[variables d'environnement]]></category>
		<category><![CDATA[XAPPLRESDIR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Il est possible d&#8217;installer plusieurs MCR mais cela dépend de votre Operating System. Ce que je vais vous expliquer dans la page suivante &#8230;]]></description>
				<content:encoded><![CDATA[<p>Il est possible d&rsquo;installer plusieurs MCR <strong>mais</strong> cela dépend de votre Operating System. Ce que je vais vous expliquer dans la page suivante &#8230;</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Message d&#8217;accueil pour les standalones</title>
		<link>https://blog.developpez.com/matlab4geek/?p=148</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=148#comments</comments>
		<pubDate>Fri, 19 Nov 2010 10:04:35 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[Message d&#039;accueil pour les exécutables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ce post va vous intéresser si vous avec le MATLAB Compiler.]]></description>
				<content:encoded><![CDATA[<p>Ce post va vous intéresser si vous avec le <strong>MATLAB Compiler</strong>.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer le MCR sous Linux</title>
		<link>https://blog.developpez.com/matlab4geek/?p=149</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=149#comments</comments>
		<pubDate>Thu, 22 Dec 2011 11:32:04 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[checkfilename]]></category>
		<category><![CDATA[libgcc_s.so.1]]></category>
		<category><![CDATA[libinstutil.so]]></category>
		<category><![CDATA[libmwinstall.so]]></category>
		<category><![CDATA[libnativewebproxy.so]]></category>
		<category><![CDATA[libstdc++.so.6]]></category>
		<category><![CDATA[libstdc++.so.6.0.10]]></category>
		<category><![CDATA[mcr]]></category>
		<category><![CDATA[mcrinstaller]]></category>
		<category><![CDATA[r2011b]]></category>
		<category><![CDATA[unzip]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Voici la procédure à suivre pour installer par exemple le Matlab Compiler Runtime version 7.16 pour utiliser des exécutables crées avec MATLAB R2011b.]]></description>
				<content:encoded><![CDATA[<p>Voici la procédure à suivre pour installer par exemple le Matlab Compiler Runtime version  7.16 pour utiliser des exécutables crées avec MATLAB R2011b.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tester le MCR</title>
		<link>https://blog.developpez.com/matlab4geek/?p=150</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=150#comments</comments>
		<pubDate>Fri, 23 Dec 2011 09:11:18 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Compiler]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[exécutable]]></category>
		<category><![CDATA[LD_LIBRARY_PATH]]></category>
		<category><![CDATA[libmwmclmcrrt.so]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mcr]]></category>
		<category><![CDATA[r2010a]]></category>
		<category><![CDATA[r2011b]]></category>
		<category><![CDATA[readme.txt]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[XAPPLRESDIR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dans mon précédent article j&#8217;expliquais comment installer le MCR sous Linux. Maintenant nous allons le tester , je sens que cette partie là va aussi vous sauver la life]]></description>
				<content:encoded><![CDATA[<p>Dans mon précédent article j&rsquo;expliquais comment installer le MCR sous Linux.<br />
Maintenant nous allons le tester , je sens que cette partie là va aussi vous sauver la life <img src="https://blog.developpez.com/matlab4geek/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
