Path: news.mathworks.com!not-for-mail
From: "Bartosz " <bl05r@ecs.soton-remove.ac.uk>
Newsgroups: comp.soft-sys.matlab
Subject: normcdf error
Date: Wed, 22 Apr 2009 13:09:02 +0000 (UTC)
Organization: University of Southampton
Lines: 10
Message-ID: <gsn4te$i61$1@fred.mathworks.com>
Reply-To: "Bartosz " <bl05r@ecs.soton-remove.ac.uk>
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 1240405742 18625 172.30.248.35 (22 Apr 2009 13:09:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 22 Apr 2009 13:09:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1273176
Xref: news.mathworks.com comp.soft-sys.matlab:534678


I am trying to use normcdf function it worked before but now my university has changed licensing servers and it has stopped working. 
I copied the example from help
p = normcdf([-1 1]);
and I get the following error
??? Undefined function or method 'normcdf' for input arguments of
type 'double'.

What is wrong is it sth with the licenses?

Bartosz