Path: news.mathworks.com!not-for-mail
From: "Chris " <chrisk@lobo.net>
Newsgroups: comp.soft-sys.matlab
Subject: Matlab engine running scripts
Date: Thu, 10 Apr 2008 23:16:02 +0000 (UTC)
Organization: Boeing LTS
Lines: 9
Message-ID: <ftm73i$enp$1@fred.mathworks.com>
Reply-To: "Chris " <chrisk@lobo.net>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1207869362 15097 172.30.248.37 (10 Apr 2008 23:16:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 10 Apr 2008 23:16:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 396197
Xref: news.mathworks.com comp.soft-sys.matlab:462332



I am running the matlab engine from a c++ program with no
problems as long as I eval a default matlab script like
imagesc or fft.  scripts of my own like dosomething.m will
not eval.  I did try making it a function and then eval and
also just eval.  Do I need to dll the script as well?

Thanks for all your help

Chrisk