Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: sigTOOL help
Date: Sun, 22 Feb 2009 12:10:16 EST
Organization: The Math Forum
Lines: 15
Message-ID: <6258648.1235322685878.JavaMail.jakarta@nitrogen.mathforum.org>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1235322685 10242 144.118.30.135 (22 Feb 2009 17:11:25 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Sun, 22 Feb 2009 17:11:25 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:520013


I just installed matlab r2007b on a computer running windows xp. I added the unzipped sigtool folder and its subfolders to the matlab path. I can start sigTOOL but when I click to import any type of data file (tried .plx and alpha so far) the error pasted below shows up in matlab. I've manually checked and the mexprog.dll is indeed in the specified folder.... weird..


??? Invalid MEX-file 'C:\MATLAB\toolbox\sigTOOL\sigTOOL Neuroscience
Toolkit\File\menu_Import\group_NeuroScience File
Formats\NeuroShare\mexprog.dll': The specified module could not be found.

.

Error in ==> ns_SetLibrary at 39
[ns_RESULT] = mexprog(18, filename);
Error in ==> menu_ImportPLX at 32
    if (ns_SetLibrary([pathname filesep name ext]) ~= 0)

??? Error while evaluating uimenu Callback