Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Converting Matlab .m file into C code
Date: Thu, 2 Oct 2008 23:11:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <gc3ke6$t4b$1@fred.mathworks.com>
References: <fgu4nb$6fe$1@fred.mathworks.com> <gc38je$oj6$1@fred.mathworks.com> <ApbFk.8020$i84.6499@newsfe10.iad>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1222989062 29835 172.30.248.35 (2 Oct 2008 23:11:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Oct 2008 23:11:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1449824
Xref: news.mathworks.com comp.soft-sys.matlab:493405


I thought that the MATLAB Compiler converts the m code into C.. So instead it is the libraries that are being shared and C can read the m code in this way?

In other words, we would still need to use matlab as an interim step as the compiler to get to C..?